Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator.cc364 auto operator_code = operator_codes->Get(op->opcode_index()); in BuildLoggingInterpreter() local
365 op_info.builtin_op_code = GetBuiltinCode(operator_code); in BuildLoggingInterpreter()
366 op_info.name = GetOpName(*operator_code); in BuildLoggingInterpreter()
367 op_info.is_custom_op = operator_code->custom_code() != nullptr; in BuildLoggingInterpreter()
368 op_info.version = operator_code->version(); in BuildLoggingInterpreter()
380 op_resolver.FindOp(op_info.name.c_str(), operator_code->version()); in BuildLoggingInterpreter()
382 {op_info.name.c_str(), operator_code->version()}); in BuildLoggingInterpreter()
384 op_info.registration = op_resolver.FindOp(GetBuiltinCode(operator_code), in BuildLoggingInterpreter()
385 operator_code->version()); in BuildLoggingInterpreter()
387 {op_info.builtin_op_code, operator_code->version()}); in BuildLoggingInterpreter()
/external/tensorflow/tensorflow/lite/schema/
Dupgrade_schema.py260 for operator_code in data["operator_codes"]:
263 if not isinstance(operator_code["builtin_code"], type(u"")):
266 (operator_code["builtin_code"]))
267 operator_code["builtin_code"] = (RemapOperator(
268 operator_code["builtin_code"]))
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem_3gpp.py62 operator_code, argument
68 self.operator_code = operator_code
82 'operator-code': self.operator_code,
368 def SetRegistered(self, operator_code, operator_name): argument
379 if operator_code:
383 if (operator_code ==
397 self.Set(mm1_constants.I_MODEM_3GPP, 'OperatorCode', operator_code)
Dregister_machine.py18 def __init__(self, modem, operator_code="", return_cb=None, raise_cb=None): argument
21 self._operator_code = operator_code
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/generators/
Dadd.cc35 flatbuffers::Offset<OperatorCode> operator_code = in Build() local
77 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in Build()
/external/autotest/client/cros/cellular/
Dmodem.py159 _, operator_code, operator_name = network.GetRegistrationInfo()
160 if operator_code:
161 props['OperatorCode'] = operator_code
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dleaky_relu_tester.cc100 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
143 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
Dsoftmax_tester.cc102 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
145 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
Dreshape_tester.cc102 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
170 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
Dunary_elementwise_tester.cc131 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
170 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
Dreduce_tester.cc107 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
160 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
Ddepth_to_space_tester.cc117 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
159 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
Dresize_bilinear_tester.cc117 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
177 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
Dpad_tester.cc120 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local
176 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
Dpool_2d_tester.cc141 flatbuffers::Offset<tflite::OperatorCode> operator_code = in CreateTfLiteModel() local
190 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
/external/XNNPACK/bench/
Dbankers-rounding.cc104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_bankers_rounding_f32() local
152 builder.CreateVector(&operator_code, 1), in tflite_bankers_rounding_f32()
Delu.cc104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_elu_f32() local
152 builder.CreateVector(&operator_code, 1), in tflite_elu_f32()
Dceiling.cc104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_ceiling_f32() local
152 builder.CreateVector(&operator_code, 1), in tflite_ceiling_f32()
Dsquare-root.cc104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_square_root_f32() local
152 builder.CreateVector(&operator_code, 1), in tflite_square_root_f32()
Dfloor.cc104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_floor_f32() local
152 builder.CreateVector(&operator_code, 1), in tflite_floor_f32()
Dprelu.cc115 flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_prelu_f32() local
175 builder.CreateVector(&operator_code, 1), in tflite_prelu_f32()
Dsoftmax.cc172 flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_softmax_f32() local
226 builder.CreateVector(&operator_code, 1), in tflite_softmax_f32()
Dsigmoid.cc179 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_sigmoid_f32() local
227 builder.CreateVector(&operator_code, 1), in tflite_sigmoid_f32()
Dhardswish.cc106 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_hardswish_f32() local
154 builder.CreateVector(&operator_code, 1), in tflite_hardswish_f32()
/external/autotest/client/site_tests/cellular_ServiceName/
Dcellular_ServiceName.py35 operator_code=TEST_3GPP_ROAMING_OPERATOR_CODE,

12