/external/tensorflow/tensorflow/core/kernels/rnn/ |
D | lstm_ops_gpu.cu.cc | 229 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()
|
D | lstm_ops.cc | 47 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/ |
D | operator_property.h | 135 bool use_peephole = false; member
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | optional_tensor_test.cc | 32 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
|
D | unidirectional_sequence_lstm_test.cc | 34 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()
|
D | lstm_test.cc | 40 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()
|
D | lstm.cc | 237 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
|
D | lstm_eval.cc | 160 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
|
D | unidirectional_sequence_lstm.cc | 152 const bool use_peephole = (cell_to_output_weights != nullptr); in PopulateQuantizedLstmParams8x8_16() local
|
D | bidirectional_sequence_lstm_test.cc | 34 bool use_peephole, bool use_projection_weights, in BidirectionalLSTMOpModel()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | lstm_full_test.cc | 36 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 73 const bool use_peephole = (cell_to_output_weights_ptr != nullptr); in LstmStepWithAuxInput() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 52 const bool use_peephole = (cell_to_gate_weights != nullptr); in CalculateLstmGateFloat() local
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 3093 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
|