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/
Dsparse_cross_op_test.py334 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/
Dragged_cross_op_test.py320 sparse_cross_hashed = sparse_ops.sparse_cross_hashed(
324 ragged_tensor.RaggedTensor.from_sparse(sparse_cross_hashed))
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py665 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/
Dfeature_column_v2.py3944 return sparse_ops.sparse_cross_hashed(
3967 return sparse_ops.sparse_cross_hashed(
Dfeature_column.py3066 return sparse_ops.sparse_cross_hashed(