Home
last modified time | relevance | path

Searched defs:input_weights_scale (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dkernel_utils.cc123 float input_weights_scale, const int8_t* recurrent_weights_ptr, in RnnBatchStep()
143 float input_weights_scale, const float* aux_input_ptr_batch, in RnnBatchStep()
/external/tensorflow/tensorflow/lite/kernels/
Dbasic_rnn.cc186 float input_weights_scale = input_weights->params.scale; in EvalHybrid() local
Dunidirectional_sequence_rnn.cc227 float input_weights_scale = input_weights->params.scale; in EvalHybrid() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantize.cc269 const auto input_weights_scale = input_weights.quantization_params->scale; in ChooseQuantizationForOperatorInput() local