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

Function TRITONTF_TensorData

addons/triton/tensorflow_backend_tf.cc:784–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784char*
785TRITONTF_TensorData(TRITONTF_Tensor* tensor)
786{
787 TensorImpl* t = reinterpret_cast<TensorImpl*>(tensor);
788 return t->Base();
789}
790
791bool
792TRITONTF_TensorIsGPUTensor(TRITONTF_Tensor* tensor)

Callers

nothing calls this directly

Calls 1

BaseMethod · 0.80

Tested by

no test coverage detected