Home
last modified time | relevance | path

Searched defs:indices_flat (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dresource_variable_ops.cc759 const auto indices_flat = op_indices->flat<Index>(); in Compute() local
790 auto indices_flat = indices->flat<Index>(); in AddBatchOffsets() local
1013 auto indices_flat = indices.flat<Index>(); in DoScatter() local
1104 auto indices_flat = indices.flat<Index>(); in DoCompute() local
H A Dgather_op.cc163 auto indices_flat = indices.flat<Index>(); in Compute() local
H A Dscatter_op.cc128 auto indices_flat = indices.flat<Index>(); in DoCompute() local
H A Dsegment_reduction_ops_test.cc194 auto indices_flat = indices.flat<int32>(); in SparseSegmentMeanGradHelper() local
H A Ddynamic_stitch_op.cc189 GpuDeviceArrayOnHost<int32> indices_flat(c, first_dim_size); in Compute() local
H A Dscatter_nd_op.cc961 auto indices_flat = index_flattener(c, indices); in DoScatterNd() local
H A Dtraining_ops.cc3445 auto indices_flat = indices.flat<Tindex>(); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/label_image/
H A Dmain.cc248 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in PrintTopLabels() local
266 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in CheckTopLabel() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/speech_commands/
H A Dlabel_wav.cc168 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in main() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dcsr_sparse_matrix_to_sparse_tensor_op.cc92 auto indices_flat = indices->template flat<int64_t>(); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/multibox_detector/
H A Dmain.cc290 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in PrintTopDetections() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc1743 auto indices_flat = out_indices->flat<int64_t>(); in FastParseSingleExample() local