Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dwhile.cc36 const DstVector& dst_tensor_indices) { in CopyTensorsShapeAndType() argument
38 dst_tensor_indices.size()); in CopyTensorsShapeAndType()
44 dst_subgraph->ResizeInputTensor(dst_tensor_indices[i], dims); in CopyTensorsShapeAndType()
45 TfLiteTensor* dst_tensor = dst_subgraph->tensor(dst_tensor_indices[i]); in CopyTensorsShapeAndType()
57 const DstVector& dst_tensor_indices) { in CopyTensorsData() argument
59 dst_tensor_indices.size()); in CopyTensorsData()
63 TfLiteTensor* dst_tensor = dst_subgraph->tensor(dst_tensor_indices[i]); in CopyTensorsData()