Home
last modified time | relevance | path

Searched refs:FakeQuant (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtoco_flags.proto116 // Ignore and discard FakeQuant nodes. For instance, that can be used to
121 // Normally, FakeQuant nodes must be strict boundaries for graph
124 // whole point of quantized training and of FakeQuant nodes in the first
126 // FakeQuant nodes must be placed in the graph. Some quantized graphs
127 // have FakeQuant nodes at unexpected locations, that prevent graph
154 // with FakeQuant* ops on at least the edges and may contain additional ops on
Dtooling_util.cc350 HANDLE_OPERATORTYPENAME_CASE(FakeQuant) in OperatorTypeName()
/external/tensorflow/tensorflow/lite/kernels/
Dfake_quant.cc74 reference_ops::FakeQuant(op_params, GetTensorShape(op_context.input), in Eval()
/external/tensorflow/tensorflow/lite/g3doc/r1/convert/
Dcmdline_reference.md141 whether to reorder FakeQuant nodes in unexpected locations. Used when the
142 location of the FakeQuant nodes is preventing graph transformations
Dcmdline_examples.md92 `FakeQuant*` operations which record the (min, max) ranges of tensors in order
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_patterns.td278 // Matching HardSwish with extra FakeQuant. These FakeQuant ops were due to
/external/llvm-project/mlir/docs/
DQuantization.md257 nodes. (or tf.FakeQuant) Convert all constant FakeQuants to (tf.FQ -> tfl.Q
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc410 class FakeQuant class
1944 ops.push_back(MakeUnique<FakeQuant>(::tflite::BuiltinOperator_FAKE_QUANT, in BuildOperatorList()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h879 inline void FakeQuant(const float* input_data, const Dims<4>& input_dims, in FakeQuant() function
887 FakeQuant(op_params, DimsToShape(input_dims), input_data, in FakeQuant()
Dreference_ops.h1035 inline void FakeQuant(const tflite::FakeQuantParams& op_params, in FakeQuant() function
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md3589 FakeQuant operator
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h56 using reference_ops::FakeQuant;
Doptimized_ops.h86 using reference_ops::FakeQuant;
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td3568 let summary = "FakeQuant operator";
/external/tensorflow/
DRELEASE.md2937 * Match FakeQuant numerics in TFLite to improve accuracy of TFLite