Home
last modified time | relevance | path

Searched refs:QUANTIZE (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tensorflow/tests/
Dtf_to_quant.mlir55 // CHECK: %[[QUANTIZE:.*]] = "quant.qcast"(%[[CONSTANT]]) : (tensor<8xf32>) -> tensor<8x!quant.unif…
56 // CHECK: %[[DEQUANTIZE:.*]] = "quant.dcast"(%[[QUANTIZE]])
83 // CHECK: %[[QUANTIZE:.*]] = "quant.qcast"(%[[CONSTANT0]]) : (tensor<3x3x3x16xf32>) -> tensor<3x3x3…
84 // CHECK: %[[DEQUANTIZE:.*]] = "quant.dcast"(%[[QUANTIZE]])
102 // CHECK: %[[QUANTIZE:.*]] = "quant.qcast"(%[[CONSTANT0]]) : (tensor<3x3x3x16xf32>) -> tensor<3x3x3…
105 // CHECK: %[[DEQUANTIZE:.*]] = "quant.dcast"(%[[QUANTIZE]])
123 // CHECK: %[[QUANTIZE:.*]] = "quant.qcast"(%[[CONSTANT0]]) : (tensor<3x3x3x16xf32>) -> tensor<3x3x3…
124 // CHECK: %[[DEQUANTIZE:.*]] = "quant.dcast"(%[[QUANTIZE]])
142 // CHECK: %[[QUANTIZE:.*]] = "quant.qcast"(%[[CONSTANT0]]) : (tensor<3x3x3x16xf32>) -> tensor<3x3x3…
145 // CHECK: %[[DEQUANTIZE:.*]] = "quant.dcast"(%[[QUANTIZE]])
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_ops_definitions.cc70 QUANTIZE, enumerator
206 QUANTIZE,
332 EmplaceOpType("QuantizeV2", {}, SupportedOpType::QUANTIZE, &op_map); in BuildOpNameToSocOpTypeMap()
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dprepare-quantize-signed.mlir195 // CHECK: %[[QUANTIZE:.*]] = "tfl.quantize"(%[[CST]]) {qtype = tensor<1x32x42x128x!quant.uniform<i8…
196 // CHECK: %[[DEQUANTIZE:.*]] = "tfl.dequantize"(%[[QUANTIZE]]) : (tensor<1x32x42x128x!quant.uniform…
200 // PerTensor: %[[QUANTIZE:.*]] = "tfl.quantize"(%[[CST]]) {qtype = tensor<1x32x42x128x!quant.unifor…
201 // PerTensor: %[[DEQUANTIZE:.*]] = "tfl.dequantize"(%[[QUANTIZE]]) : (tensor<1x32x42x128x!quant.uni…
Dprepare-tf.mlir186 // CHECK: %[[QUANTIZE:.*]] = "tfl.quantize"(%[[CONSTANT]]) {qtype = tensor<8x!quant.uniform<u8:f32,…
187 // CHECK: %[[DEQUANTIZE:.*]] = "tfl.dequantize"(%[[QUANTIZE]])
293 // CHECK: %[[QUANTIZE:.*]] = "tfl.quantize"(%[[CONSTANT0]]) {qtype = tensor<16x3x3x3x!quant.uniform…
294 // CHECK: %[[DEQUANTIZE:.*]] = "tfl.dequantize"(%[[QUANTIZE]])
313 // CHECK: %[[QUANTIZE:.*]] = "tfl.quantize"(%[[CONSTANT0]]) {qtype = tensor<16x3x3x3x!quant.uniform…
315 // CHECK: %[[DEQUANTIZE:.*]] = "tfl.dequantize"(%[[QUANTIZE]])
334 // CHECK: %[[QUANTIZE:.*]] = "tfl.quantize"(%[[CONSTANT0]]) {qtype = tensor<1x3x3x48x!quant.uniform…
335 // CHECK: %[[DEQUANTIZE:.*]] = "tfl.dequantize"(%[[QUANTIZE]])
354 // CHECK: %[[QUANTIZE:.*]] = "tfl.quantize"(%[[CONSTANT0]]) {qtype = tensor<1x3x3x48x!quant.uniform…
358 // CHECK: %[[DEQUANTIZE:.*]] = "tfl.dequantize"(%[[QUANTIZE]])
[all …]
/external/tensorflow/tensorflow/lite/python/
Dutil.py656 if builtin_code == schema_fb.BuiltinOperator.QUANTIZE:
810 if builtin_code == schema_fb.BuiltinOperator.QUANTIZE:
816 quant_op.builtinCode = schema_fb.BuiltinOperator.QUANTIZE
817 quant_op.deprecatedBuiltinCode = schema_fb.BuiltinOperator.QUANTIZE
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/
Dquantization.mlir9 // CHECK-NEXT: builtin_code: QUANTIZE
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dquantization_spec.md535 QUANTIZE (Requantization)
/external/tensorflow/tensorflow/lite/schema/
Dschema_v3a.fbs341 QUANTIZE = 114,
Dschema.fbs345 QUANTIZE = 114,
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dtest_schema.fbs339 QUANTIZE = 114,
/external/tensorflow/
DRELEASE.md1678 * Add delegate support for `QUANTIZE`.
2032 * Add delegate support for `QUANTIZE`.