Home
last modified time | relevance | path

Searched refs:sparse_cross (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
Dsparse_cross_op_test.py80 op = sparse_ops.sparse_cross([
96 op = sparse_ops.sparse_cross([
117 op = sparse_ops.sparse_cross([
132 op = sparse_ops.sparse_cross([
151 op = sparse_ops.sparse_cross([
169 op = sparse_ops.sparse_cross([
186 op = sparse_ops.sparse_cross([
229 op = sparse_ops.sparse_cross([
259 op = sparse_ops.sparse_cross([
286 op = sparse_ops.sparse_cross([
[all …]
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_cross_op_test.py313 sparse_cross = sparse_ops.sparse_cross(sparse_inputs)
315 ragged_tensor.RaggedTensor.from_sparse(sparse_cross))
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py600 def sparse_cross(inputs, name=None, separator=None): function
654 _sparse_cross = sparse_cross
770 indices_out, values_out, shape_out = gen_sparse_ops.sparse_cross(