Searched refs:SmartRedisVerifyPutTensor (Results 1 – 3 of 3) sorted by relevance
| /honee/src/smartsim/ |
| H A D | smartsim.c | 37 PetscCall(SmartRedisVerifyPutTensor(smartsim->client, "check-run", 9)); in SmartSimTrainingSetup() 99 PetscErrorCode SmartRedisVerifyPutTensor(void *c_client, const char *name, const size_t name_length… in SmartRedisVerifyPutTensor() function
|
| H A D | sgs_dd_training.c | 250 PetscCall(SmartRedisVerifyPutTensor(smartsim->client, tensor_name, strlen(tensor_name))); in SGS_DD_TrainingSetup() 262 PetscCall(SmartRedisVerifyPutTensor(smartsim->client, tensor_name, strlen(tensor_name))); in SGS_DD_TrainingSetup() 274 PetscCall(SmartRedisVerifyPutTensor(smartsim->client, tensor_name, strlen(tensor_name))); in SGS_DD_TrainingSetup()
|
| /honee/include/ |
| H A D | smartsim-impl.h | 37 PetscErrorCode SmartRedisVerifyPutTensor(void *c_client, const char *name, const size_t name_length…
|