Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc983 TfLiteTensor* tensor_at_index = tensor(index_and_alloc.first); in PrepareOpsAndTensors() local
986 tensor_at_index->allocation_type == kTfLiteCustom); in PrepareOpsAndTensors()
988 ValidateCustomAllocationForTensor(context(), tensor_at_index, alloc)); in PrepareOpsAndTensors()