Home
last modified time | relevance | path

Searched refs:deprecated_builtin_code (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/lite/schema/
H A Dschema_conversion_utils.cc46 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 Dschema_utils.cc51 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 DReshapeDynamic.cpp20 "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 DFloorDiv.cpp26 "deprecated_builtin_code": 90, in FloorDivFixture()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/
H A Dmath.mlir8 // 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 Dquantization.mlir7 // 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 Dcustom_op_with_tflite_op.mlir9 // CHECK-NEXT: deprecated_builtin_code: 18,
13 // CHECK-NEXT: deprecated_builtin_code: 32,
17 // CHECK-NEXT: deprecated_builtin_code: 47,
H A Dflex_op_with_tflite_op.mlir8 // CHECK-NEXT: deprecated_builtin_code: 18,
12 // CHECK-NEXT: deprecated_builtin_code: 32,
16 // CHECK-NEXT: deprecated_builtin_code: 47,
H A Dif_op.mlir7 // CHECK-NEXT: deprecated_builtin_code: 58,
11 // CHECK-NEXT: deprecated_builtin_code: 118,
17 // CHECK-NEXT: deprecated_builtin_code: 18,
H A Dwhile_op.mlir6 // CHECK-NEXT: deprecated_builtin_code: 119,
10 // CHECK-NEXT: deprecated_builtin_code: 61,
14 // CHECK-NEXT: deprecated_builtin_code: 41,
H A Dtfl_while_op.mlir6 // CHECK-NEXT: deprecated_builtin_code: 119,
10 // CHECK-NEXT: deprecated_builtin_code: 61,
14 // CHECK-NEXT: deprecated_builtin_code: 41,
H A Dlogical.mlir8 // CHECK-NEXT: deprecated_builtin_code: 84,
12 // CHECK-NEXT: deprecated_builtin_code: 86,
H A Ddepthwise_conv2d_v2.mlir8 // CHECK-NEXT: deprecated_builtin_code: 6,
12 // CHECK-NEXT: deprecated_builtin_code: 4,
H A Ddisable_flex_enable_builtin.mlir8 // CHECK-NEXT: deprecated_builtin_code: 18,
12 // CHECK-NEXT: deprecated_builtin_code: 47,
H A Ddepthwise_conv2d.mlir8 // CHECK-NEXT: deprecated_builtin_code: 6,
12 // CHECK-NEXT: deprecated_builtin_code: 4,
H A Dhashtable_resource.mlir6 // CHECK: deprecated_builtin_code: 32,
H A Dtype_attr.mlir6 // CHECK: deprecated_builtin_code: 32,
H A Dflex_exclusively.mlir7 // CHECK-NEXT: deprecated_builtin_code: 32,
H A Dnn.mlir8 // CHECK-NEXT: deprecated_builtin_code: 1,
H A Dreshape.mlir8 // CHECK-NEXT: deprecated_builtin_code: 22,
H A Dflex_op_with_f64.mlir8 // CHECK-NEXT: deprecated_builtin_code: 32,
H A Dfake_quant.mlir9 // CHECK-NEXT: deprecated_builtin_code: 80,
H A Dnumeric_verify.mlir6 // CHECK-NEXT: deprecated_builtin_code: 32,
H A Dbucketize.mlir8 // CHECK-NEXT: deprecated_builtin_code: 127,
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dmodify_model_interface_test.cc48 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()

123