Home
last modified time | relevance | path

Searched refs:does_exist (Results 1 – 1 of 1) sorted by relevance

/honee/src/smartsim/
H A Dsmartsim.c100 bool does_exist = true; in SmartRedisVerifyPutTensor() local
104 PetscCallSmartRedis(tensor_exists(c_client, name, name_length, &does_exist)); in SmartRedisVerifyPutTensor()
105 …PetscCheck(does_exist, PETSC_COMM_SELF, -1, "Tensor of name '%s' was not written to the database s… in SmartRedisVerifyPutTensor()