Searched refs:FakeQuant (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_flags.proto | 116 // 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
|
D | tooling_util.cc | 350 HANDLE_OPERATORTYPENAME_CASE(FakeQuant) in OperatorTypeName()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | fake_quant.cc | 74 reference_ops::FakeQuant(op_params, GetTensorShape(op_context.input), in Eval()
|
/external/tensorflow/tensorflow/lite/g3doc/r1/convert/ |
D | cmdline_reference.md | 141 whether to reorder FakeQuant nodes in unexpected locations. Used when the 142 location of the FakeQuant nodes is preventing graph transformations
|
D | cmdline_examples.md | 92 `FakeQuant*` operations which record the (min, max) ranges of tensors in order
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | optimize_patterns.td | 278 // Matching HardSwish with extra FakeQuant. These FakeQuant ops were due to
|
/external/llvm-project/mlir/docs/ |
D | Quantization.md | 257 nodes. (or tf.FakeQuant) Convert all constant FakeQuants to (tf.FQ -> tfl.Q
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 410 class FakeQuant class 1944 ops.push_back(MakeUnique<FakeQuant>(::tflite::BuiltinOperator_FAKE_QUANT, in BuildOperatorList()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 879 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()
|
D | reference_ops.h | 1035 inline void FakeQuant(const tflite::FakeQuantParams& op_params, in FakeQuant() function
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 3589 FakeQuant operator
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 56 using reference_ops::FakeQuant;
|
D | optimized_ops.h | 86 using reference_ops::FakeQuant;
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.td | 3568 let summary = "FakeQuant operator";
|
/external/tensorflow/ |
D | RELEASE.md | 2937 * Match FakeQuant numerics in TFLite to improve accuracy of TFLite
|