Home
last modified time | relevance | path

Searched defs:sparse_indices (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dsparse_to_dense_op_test.py31 def _SparseToDense(sparse_indices, argument
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_sparse_kernel.cc71 auto sparse_indices = sparse_indices_out->tensor<int64, 2>(); in Compute() local
Dsparse_to_dense_op_test.cc216 Tensor sparse_indices(DT_INT64, TensorShape({N, NDIM})); in BM_SparseToDense() local
Dsdca_ops_test.cc160 std::vector<NodeBuilder::NodeOut> sparse_indices; in GetGraphs() local
Dexample_parsing_ops.cc258 OpOutputList sparse_indices; in WriteOutput() local
370 OpOutputList sparse_indices; in Compute() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h119 std::vector<Tensor> sparse_indices; member
/external/tensorflow/tensorflow/python/tpu/
Dfeature_column_v2.py845 def pad_sparse_embedding_lookup_indices(sparse_indices, padded_size): argument
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto414 repeated int64 sparse_indices = 14; field
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py1181 def sparse_to_dense(sparse_indices, argument
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc66 std::vector<TfLiteTensor*> sparse_indices; member