/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
H A D | calibrator.cc | 416 auto operator_code = operator_codes->Get(op->opcode_index()); in BuildLoggingInterpreter() local 417 op_info.builtin_op_code = GetBuiltinCode(operator_code); in BuildLoggingInterpreter() 418 op_info.name = GetOpName(*operator_code); in BuildLoggingInterpreter() 419 op_info.is_custom_op = operator_code->custom_code() != nullptr; in BuildLoggingInterpreter() 420 op_info.version = operator_code->version(); in BuildLoggingInterpreter() 443 op_resolver.FindOp(op_info.name.c_str(), operator_code->version()); in BuildLoggingInterpreter() 445 {op_info.name.c_str(), operator_code->version()}); in BuildLoggingInterpreter() 447 op_info.registration = op_resolver.FindOp(GetBuiltinCode(operator_code), in BuildLoggingInterpreter() 448 operator_code->version()); in BuildLoggingInterpreter() 450 {op_info.builtin_op_code, operator_code->version()}); in BuildLoggingInterpreter()
|
/aosp_15_r20/external/autotest/client/cros/cellular/pseudomodem/ |
H A D | modem_3gpp.py | 63 operator_code, argument 69 self.operator_code = operator_code 83 'operator-code': self.operator_code, 369 def SetRegistered(self, operator_code, operator_name): argument 380 if operator_code: 384 if (operator_code == 398 self.Set(mm1_constants.I_MODEM_3GPP, 'OperatorCode', operator_code)
|
H A D | register_machine.py | 18 def __init__(self, modem, operator_code="", return_cb=None, raise_cb=None): argument 21 self._operator_code = operator_code
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/schema/ |
H A D | upgrade_schema.py | 256 for operator_code in data["operator_codes"]: 259 if not isinstance(operator_code["builtin_code"], type(u"")): 262 (operator_code["builtin_code"])) 263 operator_code["builtin_code"] = (RemapOperator( 264 operator_code["builtin_code"]))
|
/aosp_15_r20/external/XNNPACK/bench/ |
H A D | convert.cc | 434 flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_convert_f16_f32() local 474 builder.CreateVector(&operator_code, 1), in tflite_convert_f16_f32() 529 flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_convert_f32_qs8() local 573 builder.CreateVector(&operator_code, 1), in tflite_convert_f32_qs8() 630 flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_convert_f32_qu8() local 674 builder.CreateVector(&operator_code, 1), in tflite_convert_f32_qu8() 733 flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_convert_qs8_f32() local 777 builder.CreateVector(&operator_code, 1), in tflite_convert_qs8_f32() 836 flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_convert_qu8_f32() local 880 builder.CreateVector(&operator_code, 1), in tflite_convert_qu8_f32()
|
H A D | sigmoid.cc | 310 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_sigmoid_f32() local 349 builder.CreateVector(&operator_code, 1), in tflite_sigmoid_f32() 408 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_sigmoid_qs8() local 455 builder.CreateVector(&operator_code, 1), in tflite_sigmoid_qs8() 514 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_sigmoid_qu8() local 561 builder.CreateVector(&operator_code, 1), in tflite_sigmoid_qu8()
|
H A D | elu.cc | 171 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_elu_f32() local 210 builder.CreateVector(&operator_code, 1), in tflite_elu_f32() 269 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_elu_qs8() local 316 builder.CreateVector(&operator_code, 1), in tflite_elu_qs8()
|
H A D | square-root.cc | 100 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_square_root_f32() local 139 builder.CreateVector(&operator_code, 1), in tflite_square_root_f32()
|
H A D | ceiling.cc | 100 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_ceiling_f32() local 139 builder.CreateVector(&operator_code, 1), in tflite_ceiling_f32()
|
H A D | floor.cc | 100 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_floor_f32() local 139 builder.CreateVector(&operator_code, 1), in tflite_floor_f32()
|
H A D | abs.cc | 100 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_abs_f32() local 139 builder.CreateVector(&operator_code, 1), in tflite_abs_f32()
|
H A D | square.cc | 100 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_square_f32() local 139 builder.CreateVector(&operator_code, 1), in tflite_square_f32()
|
/aosp_15_r20/external/autotest/client/cros/cellular/ |
H A D | modem.py | 165 _, operator_code, operator_name = network.GetRegistrationInfo() 166 if operator_code: 167 props['OperatorCode'] = operator_code
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/generators/ |
H A D | add.cc | 35 flatbuffers::Offset<OperatorCode> operator_code = in Build() local 77 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in Build()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | softmax_tester.cc | 102 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 145 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | leaky_relu_tester.cc | 100 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 143 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | reduce_tester.cc | 107 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 160 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | unary_elementwise_tester.cc | 131 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 170 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | reshape_tester.cc | 102 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 170 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | dequantize_tester.cc | 110 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 154 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | quantized_unary_elementwise_tester.cc | 114 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 163 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | resize_bilinear_tester.cc | 117 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 177 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | transpose_tester.cc | 114 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 170 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | quantized_leaky_relu_tester.cc | 112 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 165 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
H A D | pad_tester.cc | 120 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 176 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|