MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TFE_TensorHandleIsConcrete

Function TFE_TensorHandleIsConcrete

tensorflow/c/c_api_experimental.cc:821–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821unsigned char TFE_TensorHandleIsConcrete(TFE_TensorHandle* handle) {
822 assert(handle->handle != nullptr);
823 return handle->handle->getSymbolicTensor() == nullptr;
824}
825
826TF_Output TFE_GetTFOutputFromTensorHandle(TFE_TensorHandle* handle,
827 TF_Status* status) {

Callers 3

TESTFunction · 0.85

Calls 1

getSymbolicTensorMethod · 0.80

Tested by 1

TESTFunction · 0.68