/aosp_15_r20/external/tensorflow/tensorflow/lite/schema/ |
H A D | schema_conversion_utils.cc | 46 int8_t deprecated_builtin_code = in CreateOperatorCode() local 49 deprecated_builtin_code = static_cast<int8_t>(builtin_code); in CreateOperatorCode() 51 builder_.add_deprecated_builtin_code(deprecated_builtin_code); in CreateOperatorCode() 61 int8_t deprecated_builtin_code = in CreateOperatorCodeDirect() local 64 deprecated_builtin_code = static_cast<int8_t>(builtin_code); in CreateOperatorCodeDirect() 66 return CreateOperatorCode(_fbb, deprecated_builtin_code, custom_code__, in CreateOperatorCodeDirect()
|
H A D | schema_utils.cc | 51 static_cast<BuiltinOperator>(op_code->deprecated_builtin_code())); in GetBuiltinCode() 59 op_code->deprecated_builtin_code)); in GetBuiltinCode()
|
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/ |
H A D | ReshapeDynamic.cpp | 20 "deprecated_builtin_code": 77, in ReshapeDynamicFixture1() 25 "deprecated_builtin_code": 22, in ReshapeDynamicFixture1() 185 "deprecated_builtin_code": 77, in ReshapeDynamicFixture2() 190 "deprecated_builtin_code": 22, in ReshapeDynamicFixture2() 348 "deprecated_builtin_code": 77, in ReshapeDynamicFixture3() 353 "deprecated_builtin_code": 22, in ReshapeDynamicFixture3()
|
H A D | FloorDiv.cpp | 26 "deprecated_builtin_code": 90, in FloorDivFixture()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/ |
H A D | math.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 99, 12 // CHECK-NEXT: deprecated_builtin_code: 18, 16 // CHECK-NEXT: deprecated_builtin_code: 42, 20 // CHECK-NEXT: deprecated_builtin_code: 47, 24 // CHECK-NEXT: deprecated_builtin_code: 59,
|
H A D | quantization.mlir | 7 // CHECK-NEXT: deprecated_builtin_code: 114, 11 // CHECK-NEXT: deprecated_builtin_code: 3, 15 // CHECK-NEXT: deprecated_builtin_code: 22, 19 // CHECK-NEXT: deprecated_builtin_code: 25, 23 // CHECK-NEXT: deprecated_builtin_code: 6,
|
H A D | custom_op_with_tflite_op.mlir | 9 // CHECK-NEXT: deprecated_builtin_code: 18, 13 // CHECK-NEXT: deprecated_builtin_code: 32, 17 // CHECK-NEXT: deprecated_builtin_code: 47,
|
H A D | flex_op_with_tflite_op.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 18, 12 // CHECK-NEXT: deprecated_builtin_code: 32, 16 // CHECK-NEXT: deprecated_builtin_code: 47,
|
H A D | if_op.mlir | 7 // CHECK-NEXT: deprecated_builtin_code: 58, 11 // CHECK-NEXT: deprecated_builtin_code: 118, 17 // CHECK-NEXT: deprecated_builtin_code: 18,
|
H A D | while_op.mlir | 6 // CHECK-NEXT: deprecated_builtin_code: 119, 10 // CHECK-NEXT: deprecated_builtin_code: 61, 14 // CHECK-NEXT: deprecated_builtin_code: 41,
|
H A D | tfl_while_op.mlir | 6 // CHECK-NEXT: deprecated_builtin_code: 119, 10 // CHECK-NEXT: deprecated_builtin_code: 61, 14 // CHECK-NEXT: deprecated_builtin_code: 41,
|
H A D | logical.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 84, 12 // CHECK-NEXT: deprecated_builtin_code: 86,
|
H A D | depthwise_conv2d_v2.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 6, 12 // CHECK-NEXT: deprecated_builtin_code: 4,
|
H A D | disable_flex_enable_builtin.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 18, 12 // CHECK-NEXT: deprecated_builtin_code: 47,
|
H A D | depthwise_conv2d.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 6, 12 // CHECK-NEXT: deprecated_builtin_code: 4,
|
H A D | hashtable_resource.mlir | 6 // CHECK: deprecated_builtin_code: 32,
|
H A D | type_attr.mlir | 6 // CHECK: deprecated_builtin_code: 32,
|
H A D | flex_exclusively.mlir | 7 // CHECK-NEXT: deprecated_builtin_code: 32,
|
H A D | nn.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 1,
|
H A D | reshape.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 22,
|
H A D | flex_op_with_f64.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 32,
|
H A D | fake_quant.mlir | 9 // CHECK-NEXT: deprecated_builtin_code: 80,
|
H A D | numeric_verify.mlir | 6 // CHECK-NEXT: deprecated_builtin_code: 32,
|
H A D | bucketize.mlir | 8 // CHECK-NEXT: deprecated_builtin_code: 127,
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | modify_model_interface_test.cc | 48 quant_op_code->deprecated_builtin_code = in CreateQuantizedModelSingleInputOutput() 53 fc_op_code->deprecated_builtin_code = in CreateQuantizedModelSingleInputOutput() 58 dequant_op_code->deprecated_builtin_code = in CreateQuantizedModelSingleInputOutput() 145 quant_op_code->deprecated_builtin_code = in CreateQuantizedModelMultipleInputOutput() 150 fc_op_code->deprecated_builtin_code = in CreateQuantizedModelMultipleInputOutput() 155 dequant_op_code->deprecated_builtin_code = in CreateQuantizedModelMultipleInputOutput() 272 fc_op_code->deprecated_builtin_code = in CreateFloatModel()
|