Home
last modified time | relevance | path

Searched refs:TFE_TensorHandleCache (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor_conversion.cc33 TFE_TensorHandleCache* TFE_TensorHandleCache::Get() { in Get()
36 static auto* cache = new TFE_TensorHandleCache(); in Get()
40 TFE_TensorHandle* TFE_TensorHandleCache::Lookup( in Lookup()
55 void TFE_TensorHandleCache::Insert(PyObject* value, tensorflow::DataType dtype, in Insert()
64 void TFE_TensorHandleCache::Clear() { in Clear()
Dpywrap_tensor_conversion.h69 struct TFE_TensorHandleCache { struct
70 static TFE_TensorHandleCache* Get();
72 TFE_TensorHandleCache() { cache.reserve(64); } in TFE_TensorHandleCache() function
73 ~TFE_TensorHandleCache() { DecrefUnrefAll(); } in ~TFE_TensorHandleCache() argument
Dpywrap_tensor.cc339 auto* cache = TFE_TensorHandleCache::Get(); in ConvertToEagerTensor()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt143 tensorflow::TFE_TensorHandleCache
144 tensorflow::TFE_TensorHandleCache::Clear
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc296 tensorflow::TFE_TensorHandleCache::Get()->Clear(); in InputTFE_OutputTensorHandles()