Home
last modified time | relevance | path

Searched refs:GraphTransformation (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgraph_transformations.h28 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 …]
Dquantization_util.h49 void QuantizeArray(GraphTransformation* transformation, Model* model,
57 bool IsArrayQuantizedRangeSubset(GraphTransformation* transformation,
Dremove_trivial_quantized_activation_func.cc33 bool IsTrivialUnfusedActivationFunc(GraphTransformation* transformation, in IsTrivialUnfusedActivationFunc()
61 GraphTransformation* transformation, const Model& model, in IsTrivialFusedActivationFunc()
Dpropagate_fake_quant_num_bits.cc30 bool ChangeArrayDataType(GraphTransformation* transformation, Array* array, in ChangeArrayDataType()
151 bool RecursivelyBackwardPropagateDataType(GraphTransformation* transformation, in RecursivelyBackwardPropagateDataType()
209 bool RecursivelyForwardPropagateDataType(GraphTransformation* transformation, in RecursivelyForwardPropagateDataType()
Dquantization_util.cc166 void QuantizeArray(GraphTransformation* transformation, Model* model, in QuantizeArray()
186 void QuantizeArray(GraphTransformation* transformation, Model* model, in QuantizeArray()
210 bool IsArrayQuantizedRangeSubset(GraphTransformation* transformation, in IsArrayQuantizedRangeSubset()
Dremove_trivial_passthrough.h52 bool RemoveTrivialPassthroughOp(GraphTransformation* transformation,
Dremove_trivial_fake_quant.cc31 bool IsFakeQuantTrivial(GraphTransformation* transformation, const Model& model, in IsFakeQuantTrivial()
Dread_array_minmax_and_narrow_range_from_fake_quant.cc30 bool ApplyAttrsToArray(GraphTransformation* transformation, Model* model, in ApplyAttrsToArray()
Dremove_trivial_quantized_min_max.cc33 bool IsTrivialMinMax(GraphTransformation* transformation, const Model& model, in IsTrivialMinMax()
Dmake_initial_dequantize_operator.cc35 GraphTransformation* transformation, in AddDequantizeOperatorToInput()
Dquantize.cc184 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()
Dremove_trivial_passthrough.cc64 bool RemoveTrivialPassthroughOp(GraphTransformation* transformation, in RemoveTrivialPassthroughOp()
Ddequantize.cc79 GraphTransformation* transformation, Model* model) { in DequantizeArray()
Dresolve_constant_concatenation.cc109 void SetMinMaxForConcatenedArray(GraphTransformation* transformation, in SetMinMaxForConcatenedArray()