Searched refs:hidden_bias (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | gradient_checker_v2_test.py | 234 hidden_bias = constant_op.constant( 252 inp, hidden_weight, hidden_bias, softmax_weight, softmax_bias 256 def f(inp, hidden_weight, hidden_bias, softmax_weight, softmax_bias): argument 258 nn_ops.xw_plus_b(inp, hidden_weight, hidden_bias), name="features")
|
D | gradient_checker_test.py | 240 hidden_bias = constant_op.constant( 258 inp, hidden_weight, hidden_bias, softmax_weight, softmax_bias 270 nn_ops.xw_plus_b(inp, hidden_weight, hidden_bias), name="features")
|