Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
784
char*
785
TRITONTF_TensorData(TRITONTF_Tensor* tensor)
786
{
787
TensorImpl* t = reinterpret_cast<TensorImpl*>(tensor);
788
return t->Base();
789
}
790
791
bool
792
TRITONTF_TensorIsGPUTensor(TRITONTF_Tensor* tensor)
Callers
nothing calls this directly
Calls
1
Base
Method · 0.80
Tested by
no test coverage detected