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

Function TF_DeleteTensor

tensorflow/c/tf_tensor.cc:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void TF_DeleteTensor(TF_Tensor* t) { delete t; }
164
165TF_DataType TF_TensorType(const TF_Tensor* t) {
166 return static_cast<TF_DataType>(t->tensor.dtype());

Callers 15

operator()Method · 0.85
TF_TensorToPyArrayFunction · 0.85
EvaluateOperationFunction · 0.85
SetTensorProtoFunction · 0.85
computeFunction · 0.85
TEST_FFunction · 0.85
DefineStatefulFunctionFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 15

SetTensorProtoFunction · 0.68
computeFunction · 0.68
TEST_FFunction · 0.68
DefineStatefulFunctionFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
DeleteInputValuesMethod · 0.68
ResetOutputValuesMethod · 0.68
TESTFunction · 0.68
TestEncodeDecodeFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68