Searched refs:associated_axis_label_index (Results 1 – 2 of 2) sorted by relevance
113 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 …]
46 int associated_axis_label_index; member