Searched refs:softmax_weight (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | gradient_checker_v2_test.py | 239 softmax_weight = 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 260 features, softmax_weight, softmax_bias, name="logits")
|
D | gradient_checker_test.py | 245 softmax_weight = constant_op.constant( 258 inp, hidden_weight, hidden_bias, softmax_weight, softmax_bias 272 features, softmax_weight, softmax_bias, name="logits")
|