Home
last modified time | relevance | path

Searched refs:hidden_bias (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dgradient_checker_v2_test.py234 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")
Dgradient_checker_test.py240 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")