Home
last modified time | relevance | path

Searched defs:use_peephole (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops_gpu.cu.cc229 const float cell_clip, bool use_peephole, typename TTypes<T>::ConstMatrix x, in LSTMBlockCellFpropWithCUDA()
310 const int batch_size, const int cell_size, const bool use_peephole) { in lstm_gates_bprop()
380 const bool use_peephole) { in LSTMBlockCellBpropWithCUDA()
Dlstm_ops.cc47 const float forget_bias, const float cell_clip, bool use_peephole, in LSTMBlockCellFpropWithEigen()
132 bool use_peephole, typename TTypes<T>::ConstMatrix x, in LSTMBlockCellBpropWithEigen()
/external/tensorflow/tensorflow/lite/tools/optimize/
Doperator_property.h135 bool use_peephole = false; member
/external/tensorflow/tensorflow/lite/kernels/
Doptional_tensor_test.cc32 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
Dunidirectional_sequence_lstm_test.cc34 bool use_peephole, bool use_projection_weights, in UnidirectionalLSTMOpModel()
289 bool time_major, bool use_cifg, bool use_peephole, in HybridUnidirectionalLSTMOpModel()
2471 bool time_major, bool use_cifg, bool use_peephole, in LayerNormUnidirectionalLSTMOpModel()
2746 bool time_major, bool use_cifg, bool use_peephole, in UnidirectionalSequenceLSTMIntegerOpModel()
Dlstm_test.cc40 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
1315 bool use_cifg, bool use_peephole, in LSTMIntegerOpModel()
2131 bool use_peephole, bool use_projection_weights, bool use_projection_bias, in HybridSparseLSTMOpModel()
Dlstm.cc237 const bool use_peephole = (cell_to_output_weights != nullptr); in PopulateQuantizedLstmParams8x8_16() local
541 const bool use_peephole = (cell_to_output_weights != nullptr); in PopulateQuantizedLstmParams8x8_8() local
Dlstm_eval.cc160 const bool use_peephole = (cell_to_gate_weights != nullptr); in CalculateLstmGateFloat() local
335 const bool use_peephole = (cell_to_gate_weights != nullptr); in CalculateLstmGateHybrid() local
514 const bool use_peephole = (cell_to_gate_weights != nullptr); in CalculateLstmGateInteger8x8_16() local
Dunidirectional_sequence_lstm.cc152 const bool use_peephole = (cell_to_output_weights != nullptr); in PopulateQuantizedLstmParams8x8_16() local
Dbidirectional_sequence_lstm_test.cc34 bool use_peephole, bool use_projection_weights, in BidirectionalLSTMOpModel()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc36 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc73 const bool use_peephole = (cell_to_output_weights_ptr != nullptr); in LstmStepWithAuxInput() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc52 const bool use_peephole = (cell_to_gate_weights != nullptr); in CalculateLstmGateFloat() local
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc3093 bool use_peephole, bool use_projection_weights, in LSTMOpModel()