/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
D | calibrator.cc | 364 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/ |
D | upgrade_schema.py | 260 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/ |
D | modem_3gpp.py | 62 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)
|
D | register_machine.py | 18 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/ |
D | add.cc | 35 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/ |
D | modem.py | 159 _, operator_code, operator_name = network.GetRegistrationInfo() 160 if operator_code: 161 props['OperatorCode'] = operator_code
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
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()
|
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()
|
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()
|
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()
|
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()
|
D | depth_to_space_tester.cc | 117 flatbuffers::Offset<OperatorCode> operator_code = in CreateTfLiteModel() local 159 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
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()
|
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()
|
D | pool_2d_tester.cc | 141 flatbuffers::Offset<tflite::OperatorCode> operator_code = in CreateTfLiteModel() local 190 builder, TFLITE_SCHEMA_VERSION, builder.CreateVector(&operator_code, 1), in CreateTfLiteModel()
|
/external/XNNPACK/bench/ |
D | bankers-rounding.cc | 104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_bankers_rounding_f32() local 152 builder.CreateVector(&operator_code, 1), in tflite_bankers_rounding_f32()
|
D | elu.cc | 104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_elu_f32() local 152 builder.CreateVector(&operator_code, 1), in tflite_elu_f32()
|
D | ceiling.cc | 104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_ceiling_f32() local 152 builder.CreateVector(&operator_code, 1), in tflite_ceiling_f32()
|
D | square-root.cc | 104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_square_root_f32() local 152 builder.CreateVector(&operator_code, 1), in tflite_square_root_f32()
|
D | floor.cc | 104 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_floor_f32() local 152 builder.CreateVector(&operator_code, 1), in tflite_floor_f32()
|
D | prelu.cc | 115 flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_prelu_f32() local 175 builder.CreateVector(&operator_code, 1), in tflite_prelu_f32()
|
D | softmax.cc | 172 flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_softmax_f32() local 226 builder.CreateVector(&operator_code, 1), in tflite_softmax_f32()
|
D | sigmoid.cc | 179 const flatbuffers::Offset<tflite::OperatorCode> operator_code = in tflite_sigmoid_f32() local 227 builder.CreateVector(&operator_code, 1), in tflite_sigmoid_f32()
|
D | hardswish.cc | 106 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/ |
D | cellular_ServiceName.py | 35 operator_code=TEST_3GPP_ROAMING_OPERATOR_CODE,
|