Searched defs:indices_t (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sparse_reduce_op.cc | 163 const Tensor *indices_t, *values_t, *shape_t, *reduction_axes_t; in Compute() local 275 const Tensor *indices_t, *values_t, *shape_t, *reduction_axes_t; in Compute() local
|
H A D | one_hot_op_test.cc | 33 auto indices_t = indices.flat<int32>(); in OneHot() local
|
H A D | sparse_softmax_op.cc | 44 const Tensor *indices_t, *values_t, *shape_t; in Compute() local
|
H A D | sparse_dense_binary_op_shared.cc | 62 const Tensor *indices_t, *values_t, *shape_t, *dense_t; in Compute() local
|
H A D | tensor_array_ops.cc | 627 const auto indices_t = tensor_indices->vec<int32>(); in Compute() local 1074 const auto indices_t = tensor_indices->vec<int32>(); in Compute() local
|
H A D | one_hot_op.cc | 110 auto indices_t = in Compute() local
|
H A D | ctc_decoder_ops.cc | 149 auto indices_t = p_indices->matrix<int64_t>(); in StoreAllDecodedSequences() local
|
H A D | sparse_fill_empty_rows_op.cc | 217 const Tensor& indices_t = context->input(kIndicesInput); in SparseFillEmptyRowsOpImpl() local
|
H A D | ragged_cross_op.cc | 127 SparseFeatureReader(const Tensor& indices_t, const Tensor& values_t, in SparseFeatureReader()
|
H A D | example_parsing_ops.cc | 1048 auto indices_t = sp_indices_d->matrix<int64_t>(); in Compute() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/ |
H A D | csr_sparse_matrix_to_dense_op.cc | 151 Tensor indices_t; in Compute() local
|
H A D | csr_sparse_matrix_to_sparse_tensor_op.cc | 157 Tensor* indices_t; in Compute() local
|
H A D | sparse_tensor_to_csr_sparse_matrix_op.cc | 141 const Tensor& indices_t = c->input(0); in ComputeAsync() local
|
H A D | dense_to_csr_sparse_matrix_op.cc | 160 const Tensor& indices_t = c->input(1); in ComputeAsync() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | data_flow_ops.cc | 99 const Tensor* indices_t = c->input_tensor(i); in DynamicStitchShapeFunction() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | constant_folding_test.cc | 3224 Tensor indices_t(DT_INT32, TensorShape({2})); in TEST_F() local
|