Searched refs:sparse_softmax (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/ |
D | sparse_ops_test.py | 1000 sparse_ops.sparse_softmax(batched_sp_t)).values.reshape((n, m)) 1028 result = sparse_ops.sparse_softmax(sp_t) 1041 y_tf = sparse_ops.sparse_softmax(x_tf) 1049 res = sparse_ops.gen_sparse_ops.sparse_softmax( 1060 res = sparse_ops.gen_sparse_ops.sparse_softmax(
|
/external/tensorflow/tensorflow/python/ops/ |
D | sparse_ops.py | 2655 def sparse_softmax(sp_input, name=None): function 2703 out_vals = gen_sparse_ops.sparse_softmax(sp_input.indices, sp_input.values,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | BUILD | 5018 ":sparse_softmax", 5139 name = "sparse_softmax", 5140 prefix = "sparse_softmax",
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.pbtxt | 2244 name: "sparse_softmax"
|
/external/tensorflow/ |
D | RELEASE.md | 9493 `{softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits` to be (labels,
|