Home
last modified time | relevance | path

Searched refs:GetOperatorProperty (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/
Doperator_property.h143 OperatorProperty GetOperatorProperty(const ModelT* model, int subgraph_index,
145 OperatorProperty GetOperatorProperty(OpVariant op_variant);
Dquantize_model.cc54 operator_property::OperatorProperty GetOperatorProperty( in GetOperatorProperty() function
59 operator_property::GetOperatorProperty(model, subgraph_index, op_idx); in GetOperatorProperty()
96 GetOperatorProperty(operator_names, model, subgraph_idx, op_idx, in PopulateRealValueOpSet()
450 GetOperatorProperty(operator_names, model, subgraph_idx, op_idx, in ApplyConstraints()
892 operator_property::GetOperatorProperty(model, subgraph_idx, op_idx); in QuantizeIntemediateTensors()
965 operator_property::GetOperatorProperty(model, subgraph_idx, op_idx); in QuantizeSharedRange()
1032 GetOperatorProperty(operator_names, model, subgraph_idx, op_idx, in QuantizeWeightsInputOutput()
1097 GetOperatorProperty(operator_names, model, subgraph_idx, op_idx, in QuantizeBiases()
1181 GetOperatorProperty(operator_names, model, subgraph_idx, op_idx, in FillQuantizationParams()
1291 GetOperatorProperty(operator_names, model, subgraph_idx, op_idx, in EnsureBiasScaleCompatibility()
Dquantization_wrapper_utils.cc93 operator_property::GetOperatorProperty(model, subgraph_idx, op_idx); in AddIntermediateTensorsToFusedOp()
Doperator_property.cc55 OperatorProperty GetOperatorProperty(const ModelT* model, int subgraph_index, in GetOperatorProperty() function
58 return GetOperatorProperty(op_variant); in GetOperatorProperty()
64 OperatorProperty GetOperatorProperty(OpVariant op_variant) { in GetOperatorProperty() function
Dmodel_utils.cc141 operator_property::GetOperatorProperty(model, subgraph_idx, op_idx); in SetOperatorCodeVersion()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h105 *op_property = operator_property::GetOperatorProperty(*lstm_variant); in GetLstmProperty()
564 auto op_property = operator_property::GetOperatorProperty(op_variant); in matchAndRewrite()