Searched refs:GetOperatorProperty (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | operator_property.h | 143 OperatorProperty GetOperatorProperty(const ModelT* model, int subgraph_index, 145 OperatorProperty GetOperatorProperty(OpVariant op_variant);
|
D | quantize_model.cc | 54 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()
|
D | quantization_wrapper_utils.cc | 93 operator_property::GetOperatorProperty(model, subgraph_idx, op_idx); in AddIntermediateTensorsToFusedOp()
|
D | operator_property.cc | 55 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
|
D | model_utils.cc | 141 operator_property::GetOperatorProperty(model, subgraph_idx, op_idx); in SetOperatorCodeVersion()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_quantize_helper.h | 105 *op_property = operator_property::GetOperatorProperty(*lstm_variant); in GetLstmProperty() 564 auto op_property = operator_property::GetOperatorProperty(op_variant); in matchAndRewrite()
|