/external/tensorflow/tensorflow/core/framework/ |
D | types.proto | 29 DT_QINT8 = 11; // Quantized int8 30 DT_QUINT8 = 12; // Quantized uint8 31 DT_QINT32 = 13; // Quantized int32 33 DT_QINT16 = 15; // Quantized int16 34 DT_QUINT16 = 16; // Quantized uint16
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_quantize.cc | 236 static Value Quantized(Operation* user) { in Quantized() function 257 if (auto q = Quantized(user)) { in SanityCheckAndAdjustment() 272 Quantized(*concat.output().user_begin())) { in SanityCheckAndAdjustment()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizedRelu.pbtxt | 33 summary: "Computes Quantized Rectified Linear: `max(features, 0)`"
|
D | api_def_QuantizedRelu6.pbtxt | 33 summary: "Computes Quantized Rectified Linear 6: `min(max(features, 0), 6)`"
|
D | api_def_QuantizedReluX.pbtxt | 33 summary: "Computes Quantized Rectified Linear X: `min(max(features, 0), max_value)`"
|
D | api_def_QuantizedBiasAdd.pbtxt | 45 summary: "Adds Tensor \'bias\' to Tensor \'input\' for Quantized types."
|
D | api_def_QuantizedInstanceNorm.pbtxt | 71 summary: "Quantized Instance normalization."
|
D | api_def_QuantizedBatchNormWithGlobalNormalization.pbtxt | 113 summary: "Quantized Batch normalization."
|
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
D | TosaTypesBase.td | 37 // Non-Quantized Signed Integer Types. 59 // Quantized Integer Types.
|
/external/ruy/ruy/ |
D | perchannel_buffers_reallocation_test.cc | 104 TEST(PerChannelBuffersReallocationTest, Quantized) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/train/ |
D | README.md | 50 | `model.tflite` *(2.5 kB)* | Integer Only Quantized TFLite Model | TensorFlow Lite | Mobile Devic…
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_compatibility.md | 26 Quantized conversion requires dynamic range information for tensors. This
|
D | hosted_models.md | 23 ### Quantized models 25 <a href="../performance/post_training_quantization">Quantized</a> image
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/ |
D | train_micro_speech_model.ipynb | 459 " print(\"Quantized model is %d bytes\" % tflite_model_size)\n" 502 " if model_type == \"Quantized\":\n", 533 "run_tflite_inference(MODEL_TFLITE, model_type='Quantized')"
|
D | README.md | 84 : *(<20 kB)* : Quantized* : : :
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | model_optimization.md | 107 <th>Top-1 Accuracy (Post Training Quantized) </th> 110 <th>Latency (Post Training Quantized) (ms) </th>
|
D | post_training_integer_quant.ipynb | 595 "test_model(tflite_model_quant_file, test_image_index, model_type=\"Quantized\")" 675 "evaluate_model(tflite_model_quant_file, model_type=\"Quantized\")"
|
/external/libtextclassifier/native/lang_id/common/flatbuffers/ |
D | embedding-network.fbs | 54 // Quantized matrix elements, in row-major order. See comments for
|
/external/perfetto/docs/data-sources/ |
D | cpu-scheduling.md | 22 ![](/docs/images/cpu-bar-graphs.png "Quantized view of CPU run queues")
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | default_quant_params.mlir | 10 // Quantized tfl.add
|
/external/llvm-project/mlir/docs/ |
D | Quantization.md | 197 ### Quantized type 204 ### Quantized type conversion operations
|
/external/tensorflow/tensorflow/lite/objc/tests/ |
D | TFLInterpreterTests.m | 30 /** Quantized model resource name. */
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_op_base.td | 252 // Quantized reference types 309 // Quantized types (including corresponding reference types)
|
/external/tensorflow/tensorflow/core/grappler/ |
D | utils_test.cc | 609 TEST(SetTensorValueTest, Quantized) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/g3doc/models/image_classification/ |
D | overview.md | 156 …e models require three color channels per pixel (red, green, and blue). Quantized models require 1…
|