Home
last modified time | relevance | path

Searched refs:sparse_cross_hashed (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
Dsparse_cross_op_test.py330 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/
Dragged_cross_op_test.py319 sparse_cross_hashed = sparse_ops.sparse_cross_hashed(
323 ragged_tensor.RaggedTensor.from_sparse(sparse_cross_hashed))
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py658 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/
Dfeature_column_v2.py4052 return sparse_ops.sparse_cross_hashed(
4075 return sparse_ops.sparse_cross_hashed(
Dfeature_column.py3062 return sparse_ops.sparse_cross_hashed(