Searched refs:sparse_cross_hashed (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/ |
D | sparse_cross_op_test.py | 330 op = sparse_ops.sparse_cross_hashed([ 342 op = sparse_ops.sparse_cross_hashed( 357 op = sparse_ops.sparse_cross_hashed( 371 op = sparse_ops.sparse_cross_hashed( 391 cross = sparse_ops.sparse_cross_hashed( 400 op = sparse_ops.sparse_cross_hashed( 892 inds, vals, shapes = gen_sparse_ops.sparse_cross_hashed( 909 inds_2, vals_2, shapes_2 = gen_sparse_ops.sparse_cross_hashed( 928 inds, vals, shapes = gen_sparse_ops.sparse_cross_hashed( 952 inds, vals, shapes = gen_sparse_ops.sparse_cross_hashed( [all …]
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_cross_op_test.py | 319 sparse_cross_hashed = sparse_ops.sparse_cross_hashed( 323 ragged_tensor.RaggedTensor.from_sparse(sparse_cross_hashed))
|
/external/tensorflow/tensorflow/python/ops/ |
D | sparse_ops.py | 658 def sparse_cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): function 704 _sparse_cross_hashed = sparse_cross_hashed
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2.py | 4052 return sparse_ops.sparse_cross_hashed( 4075 return sparse_ops.sparse_cross_hashed(
|
D | feature_column.py | 3062 return sparse_ops.sparse_cross_hashed(
|