Home
last modified time | relevance | path

Searched refs:Quantized (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dtypes.proto29 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/
Dprepare_quantize.cc236 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/
Dapi_def_QuantizedRelu.pbtxt33 summary: "Computes Quantized Rectified Linear: `max(features, 0)`"
Dapi_def_QuantizedRelu6.pbtxt33 summary: "Computes Quantized Rectified Linear 6: `min(max(features, 0), 6)`"
Dapi_def_QuantizedReluX.pbtxt33 summary: "Computes Quantized Rectified Linear X: `min(max(features, 0), max_value)`"
Dapi_def_QuantizedBiasAdd.pbtxt45 summary: "Adds Tensor \'bias\' to Tensor \'input\' for Quantized types."
Dapi_def_QuantizedInstanceNorm.pbtxt71 summary: "Quantized Instance normalization."
Dapi_def_QuantizedBatchNormWithGlobalNormalization.pbtxt113 summary: "Quantized Batch normalization."
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
DTosaTypesBase.td37 // Non-Quantized Signed Integer Types.
59 // Quantized Integer Types.
/external/ruy/ruy/
Dperchannel_buffers_reallocation_test.cc104 TEST(PerChannelBuffersReallocationTest, Quantized) { in TEST() argument
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/train/
DREADME.md50 | `model.tflite` *(2.5 kB)* | Integer Only Quantized TFLite Model | TensorFlow Lite | Mobile Devic…
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_compatibility.md26 Quantized conversion requires dynamic range information for tensors. This
Dhosted_models.md23 ### Quantized models
25 <a href="../performance/post_training_quantization">Quantized</a> image
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/
Dtrain_micro_speech_model.ipynb459 " 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')"
DREADME.md84 : *(<20 kB)* : Quantized* : : :
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dmodel_optimization.md107 <th>Top-1 Accuracy (Post Training Quantized) </th>
110 <th>Latency (Post Training Quantized) (ms) </th>
Dpost_training_integer_quant.ipynb595 "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/
Dembedding-network.fbs54 // Quantized matrix elements, in row-major order. See comments for
/external/perfetto/docs/data-sources/
Dcpu-scheduling.md22 ![](/docs/images/cpu-bar-graphs.png "Quantized view of CPU run queues")
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Ddefault_quant_params.mlir10 // Quantized tfl.add
/external/llvm-project/mlir/docs/
DQuantization.md197 ### Quantized type
204 ### Quantized type conversion operations
/external/tensorflow/tensorflow/lite/objc/tests/
DTFLInterpreterTests.m30 /** Quantized model resource name. */
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_op_base.td252 // Quantized reference types
309 // Quantized types (including corresponding reference types)
/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc609 TEST(SetTensorValueTest, Quantized) { in TEST() argument
/external/tensorflow/tensorflow/lite/g3doc/models/image_classification/
Doverview.md156 …e models require three color channels per pixel (red, green, and blue). Quantized models require 1…

12