Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc176 const std::map<int, TfLiteCustomAllocation>& tensor_idx_to_alloc, in VerifyCustomAllocationForTensor() argument
180 const auto idx_and_alloc = tensor_idx_to_alloc.find(tensor_idx); in VerifyCustomAllocationForTensor()
181 TF_LITE_ENSURE(context, idx_and_alloc != tensor_idx_to_alloc.end()); in VerifyCustomAllocationForTensor()