Home
last modified time | relevance | path

Searched defs:quantize_weights (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dexport.h35 QuantizedBufferType quantize_weights = QuantizedBufferType::NONE; member
54 bool quantize_weights, std::string* output_file_contents) { in Export()
66 const Model& model, bool allow_custom_ops, bool quantize_weights, in Export()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm_test.cc37 bool quantize_weights, bool time_major, in BidirectionalLSTMOpModel()
437 const bool quantize_weights = std::get<0>(params); in TEST_P() local
603 const bool quantize_weights = std::get<0>(params); in TEST_P() local
2637 const bool quantize_weights = std::get<0>(params); in TEST_P() local
2811 const bool quantize_weights = std::get<0>(params); in TEST_P() local
H A Dbidirectional_sequence_rnn_test.cc668 bool merge_outputs, bool quantize_weights = false, in BidirectionalRNNOpModel()
861 const bool quantize_weights = std::get<0>(params); in TEST_P() local
909 const bool quantize_weights = std::get<0>(params); in TEST_P() local
956 const bool quantize_weights = std::get<0>(params); in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dtoco_flags.proto178 optional bool quantize_weights = 20 [default = false]; field
H A Dargs.h182 Arg<bool> quantize_weights = Arg<bool>(false); member
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A DREADME.md598 ### quantize_weights subsection