Home
last modified time | relevance | path

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

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