Home
last modified time | relevance | path

Searched defs:GetTensorHandle (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_tensor.h42 TensorHandle* GetTensorHandle() const { return tensor_handle_.get(); } in GetTensorHandle() function
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.cc82 Status RemoteMgr::GetTensorHandle( in GetTensorHandle() function in tensorflow::eager::RemoteMgr
Deager_service_impl_test.cc62 Status GetTensorHandle(const uint64 context_id, in GetTensorHandle() function in tensorflow::eager::__anon66354f320111::TestEagerServiceImpl
/external/armnn/src/armnn/
DLoadedNetwork.cpp759 ITensorHandle* GetTensorHandle() const { return m_TensorHandle.get(); } in GetTensorHandle() function in armnn::__anonf444cf270511::TensorPin
1961 auto GetTensorHandle = [&](Layer* layer, const OutputSlot& outputSlot) in CreateWorkingMemHandle() local