Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dsparse_to_dense_op_test.py27 def _SparseToDense(sparse_indices, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dragged_tensor_to_sparse_kernel.cc74 auto sparse_indices = sparse_indices_out->tensor<int64_t, 2>(); in Compute() local
H A Dsparse_to_dense_op_test.cc216 Tensor sparse_indices(DT_INT64, TensorShape({N, NDIM})); in BM_SparseToDense() local
H A Dexample_parsing_ops.cc258 OpOutputList sparse_indices; in WriteOutput() local
370 OpOutputList sparse_indices; in Compute() local
H A Dsdca_ops_test.cc161 std::vector<NodeBuilder::NodeOut> sparse_indices; in GetGraphs() local
/aosp_15_r20/external/pytorch/torch/_inductor/kernel/
H A Dflex_attention.py638 def create_num_blocks_fake_generator(sparse_indices): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.h119 std::vector<Tensor> sparse_indices; member
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DOps.cpp463 const std::optional<at::Tensor>& sparse_indices, in allreduce_sparse_cuda_()
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp262 auto sparse_indices = offsets.convert<ResTable_sparseTypeEntry>().iterator(); in GetEntryOffset() local
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dfeature_column_v2.py845 def pad_sparse_embedding_lookup_indices(sparse_indices, padded_size): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto462 repeated int64 sparse_indices = 14; field
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dsparse_ops.py1174 def sparse_to_dense(sparse_indices, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/
H A Dparse_example.cc68 std::vector<TfLiteTensor*> sparse_indices; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseTensorMath.cpp2024 Tensor sparse_indices = indices_dim1_dim2.slice(1, mat_el_begin_idx, mat_el_end_idx); in bmm_out_sparse_cpu() local