Home
last modified time | relevance | path

Searched refs:operator_code (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
H A Dcalibrator.cc416 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 Dmodem_3gpp.py63 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 Dregister_machine.py18 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 Dupgrade_schema.py256 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 Dconvert.cc434 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 Dsigmoid.cc310 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 Delu.cc171 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 Dsquare-root.cc100 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 Dceiling.cc100 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_ceiling_f32() local
139 builder.CreateVector(&operator_code, 1), in tflite_ceiling_f32()
H A Dfloor.cc100 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_floor_f32() local
139 builder.CreateVector(&operator_code, 1), in tflite_floor_f32()
H A Dabs.cc100 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_abs_f32() local
139 builder.CreateVector(&operator_code, 1), in tflite_abs_f32()
H A Dsquare.cc100 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 Dmodem.py165 _, 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 Dadd.cc35 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 Dsoftmax_tester.cc102 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
145 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Dleaky_relu_tester.cc100 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
143 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Dreduce_tester.cc107 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
160 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Dunary_elementwise_tester.cc131 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
170 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Dreshape_tester.cc102 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
170 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Ddequantize_tester.cc110 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
154 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Dquantized_unary_elementwise_tester.cc114 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
163 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Dresize_bilinear_tester.cc117 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
177 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Dtranspose_tester.cc114 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
170 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Dquantized_leaky_relu_tester.cc112 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
165 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
H A Dpad_tester.cc120 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
176 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()

12