Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/codegen/
Dandroid_java_generator.cc113 tensor_info.associated_axis_label_index = FindAssociatedFile( in CreateTensorInfo()
117 if (is_input && (tensor_info.associated_axis_label_index >= 0 || in CreateTensorInfo()
125 if (tensor_info.associated_axis_label_index >= 0 && in CreateTensorInfo()
228 std::to_string(tensor_info.associated_axis_label_index)); in SetCodeWriterWithTensorInfo()
383 if (tensor.associated_axis_label_index >= 0) { in GenerateWrapperOutputs()
393 if (tensor.associated_axis_label_index >= 0) { in GenerateWrapperOutputs()
428 if (tensor.associated_axis_label_index >= 0) { in GenerateWrapperOutputs()
486 if (tensor.associated_axis_label_index >= 0 || in GenerateWrapperMetadata()
537 if (model.outputs[i].associated_axis_label_index >= 0) { in GenerateWrapperMetadata()
597 if (tensor.associated_axis_label_index >= 0 || in GenerateWrapperMetadata()
[all …]
Dandroid_java_generator.h46 int associated_axis_label_index; member