Home
last modified time | relevance | path

Searched refs:variable_tensors_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc515 &variable_tensors_[value_and_ref_value.second])); in AllocateMemoryForVariableTensors()
693 for (const auto& t : variable_tensors_) { in GetSizeOfMemoryAllocatedForIntermediateTensors()
704 return &variable_tensors_[variable_ids_and_refs_[id]]; in GetTensor()
Dinference_context.h223 std::map<ValueId, Tensor> variable_tensors_; variable