Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dwhile.cc58 const DstVector& dst_tensor_indices, in CopyTensorsShapeAndType()
90 const DstVector& dst_tensor_indices) { in CopyTensorsData()
117 const DstVector& dst_tensor_indices) { in DeepCopyTensorsShapeTypeData()
143 const DstVector& dst_tensor_indices) { in ShallowCopyTensorsShapeTypeData()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dcall.cc130 const std::vector<int>& dst_tensor_indices = dst_subgraph->inputs(); in CopyInputTensorsData() local