Home
last modified time | relevance | path

Searched defs:node_maxs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_config.cc108 std::vector<llvm::Optional<double>> node_maxs; in ParseInputNodeQuantSpecs() local
133 const std::vector<llvm::Optional<double>>& node_maxs, in GetInputNodeQuantSpecs()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/python/
H A Dgraphdef_to_tfl_flatbuffer.cc63 std::vector<llvm::Optional<double>> node_maxs; in ConvertGraphDefToTFLiteFlatBuffer() local
H A Dsaved_model_to_tfl_flatbuffer.cc140 std::vector<llvm::Optional<double>> node_maxs; in ConvertSavedModelToTFLiteFlatBuffer() local
H A Djax_to_tfl_flatbuffer.cc136 std::vector<llvm::Optional<double>> node_maxs; in ConvertJaxToTFLiteFlatBuffer() local
H A Dtf_tfl_flatbuffer_helpers.cc213 std::vector<llvm::Optional<double>>* node_maxs) { in PopulateQuantizationSpecs()