Searched refs:sparse_cross_hashed (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_cross_op_test.py | 334 op = sparse_ops.sparse_cross_hashed([ 346 op = sparse_ops.sparse_cross_hashed( 361 op = sparse_ops.sparse_cross_hashed( 375 op = sparse_ops.sparse_cross_hashed( 395 cross = sparse_ops.sparse_cross_hashed( 404 op = sparse_ops.sparse_cross_hashed( 888 inds, vals, shapes = gen_sparse_ops.sparse_cross_hashed( 905 inds_2, vals_2, shapes_2 = gen_sparse_ops.sparse_cross_hashed( 924 inds, vals, shapes = gen_sparse_ops.sparse_cross_hashed( 948 inds, vals, shapes = gen_sparse_ops.sparse_cross_hashed( [all …]
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_cross_op_test.py | 320 sparse_cross_hashed = sparse_ops.sparse_cross_hashed( 324 ragged_tensor.RaggedTensor.from_sparse(sparse_cross_hashed))
|
/external/tensorflow/tensorflow/python/ops/ |
D | sparse_ops.py | 665 def sparse_cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): function 711 _sparse_cross_hashed = sparse_cross_hashed
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2.py | 3944 return sparse_ops.sparse_cross_hashed( 3967 return sparse_ops.sparse_cross_hashed(
|
D | feature_column.py | 3066 return sparse_ops.sparse_cross_hashed(
|