Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/cuda/
DRNN.cu34 const TensorArg& input_bias, const TensorArg& hidden_bias, in checkSizes()
371 const Tensor& input_bias, const Tensor& hidden_bias, in lstm_forward_impl()
444 const Tensor& input_bias, const Tensor& hidden_bias, in gru_forward_impl()
523 const Tensor& hidden_bias = c10::value_or_else(hidden_bias_opt, [] {return Tensor();}); in _thnn_fused_lstm_cell_cuda() local
609 const Tensor& hidden_bias = c10::value_or_else(hidden_bias_opt, [] {return Tensor();}); in _thnn_fused_gru_cell_cuda() local
/external/tensorflow/tensorflow/python/ops/
Dgradient_checker_v2_test.py332 def f(inp, hidden_weight, hidden_bias, softmax_weight, softmax_bias): argument
/external/pytorch/aten/src/ATen/native/
DRNN.cpp1554 const Tensor& hidden_bias = c10::value_or_else(hidden_bias_opt, [] {return Tensor();}); in _thnn_differentiable_lstm_cell_backward() local
1606 const Tensor& hidden_bias = c10::value_or_else(hidden_bias_opt, [] {return Tensor();}); in _thnn_differentiable_gru_cell_backward() local
/external/pytorch/torch/
D_meta_registrations.py5866 hidden_bias, argument
5907 hidden_bias=None, argument