Searched refs:GraphTransformation (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | graph_transformations.h | 28 class GraphTransformation { 33 virtual ~GraphTransformation() {} in ~GraphTransformation() 48 GraphTransformation() {} in GraphTransformation() function 54 GraphTransformation(const GraphTransformation& other) = delete; 55 GraphTransformation(const GraphTransformation&& other) = delete; 67 std::vector<std::unique_ptr<GraphTransformation>>; 71 const std::initializer_list<GraphTransformation*> transformations) { in GraphTransformationsSet() 72 for (GraphTransformation* t : transformations) { in GraphTransformationsSet() 76 void Add(GraphTransformation* transformation) { in Add() 93 std::vector<std::unique_ptr<GraphTransformation>> transformations_; [all …]
|
D | quantization_util.h | 49 void QuantizeArray(GraphTransformation* transformation, Model* model, 57 bool IsArrayQuantizedRangeSubset(GraphTransformation* transformation,
|
D | remove_trivial_quantized_activation_func.cc | 33 bool IsTrivialUnfusedActivationFunc(GraphTransformation* transformation, in IsTrivialUnfusedActivationFunc() 61 GraphTransformation* transformation, const Model& model, in IsTrivialFusedActivationFunc()
|
D | propagate_fake_quant_num_bits.cc | 30 bool ChangeArrayDataType(GraphTransformation* transformation, Array* array, in ChangeArrayDataType() 151 bool RecursivelyBackwardPropagateDataType(GraphTransformation* transformation, in RecursivelyBackwardPropagateDataType() 209 bool RecursivelyForwardPropagateDataType(GraphTransformation* transformation, in RecursivelyForwardPropagateDataType()
|
D | quantization_util.cc | 166 void QuantizeArray(GraphTransformation* transformation, Model* model, in QuantizeArray() 186 void QuantizeArray(GraphTransformation* transformation, Model* model, in QuantizeArray() 210 bool IsArrayQuantizedRangeSubset(GraphTransformation* transformation, in IsArrayQuantizedRangeSubset()
|
D | remove_trivial_passthrough.h | 52 bool RemoveTrivialPassthroughOp(GraphTransformation* transformation,
|
D | remove_trivial_fake_quant.cc | 31 bool IsFakeQuantTrivial(GraphTransformation* transformation, const Model& model, in IsFakeQuantTrivial()
|
D | read_array_minmax_and_narrow_range_from_fake_quant.cc | 30 bool ApplyAttrsToArray(GraphTransformation* transformation, Model* model, in ApplyAttrsToArray()
|
D | remove_trivial_quantized_min_max.cc | 33 bool IsTrivialMinMax(GraphTransformation* transformation, const Model& model, in IsTrivialMinMax()
|
D | make_initial_dequantize_operator.cc | 35 GraphTransformation* transformation, in AddDequantizeOperatorToInput()
|
D | quantize.cc | 184 GraphTransformation* transformation, Model* model, const Operator& op, in ChooseQuantizationForOperatorInput() 340 GraphTransformation* transformation, Model* model, const Operator& op, in ChooseQuantizationForOperatorOutput() 413 void FixMinMaxPostQuantization(GraphTransformation* transformation, in FixMinMaxPostQuantization()
|
D | remove_trivial_passthrough.cc | 64 bool RemoveTrivialPassthroughOp(GraphTransformation* transformation, in RemoveTrivialPassthroughOp()
|
D | dequantize.cc | 79 GraphTransformation* transformation, Model* model) { in DequantizeArray()
|
D | resolve_constant_concatenation.cc | 109 void SetMinMaxForConcatenedArray(GraphTransformation* transformation, in SetMinMaxForConcatenedArray()
|