Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgather_op.cc107 auto indices_flat = indices.flat<Index>(); in Compute() local
Dscatter_op.cc124 auto indices_flat = indices.flat<Index>(); in DoCompute() local
212 auto indices_flat = indices_host.flat<Index>(); in DoCompute() local
Dsegment_reduction_ops_test.cc124 auto indices_flat = indices.flat<int32>(); in SparseSegmentMeanGradHelper() local
Dresource_variable_ops.cc600 auto indices_flat = indices->flat<Index>(); in AddBatchOffsets() local
690 const auto indices_flat = op_indices->flat<Index>(); in Compute() local
785 auto indices_flat = indices.flat<Index>(); in Compute() local
Ddynamic_stitch_op.cc188 GpuDeviceArrayOnHost<int32> indices_flat(c, first_dim_size); in Compute() local
Dscatter_nd_op.cc672 auto indices_flat = index_flattener(c, indices); in DoScatterNd() local
/external/tensorflow/tensorflow/examples/label_image/
Dmain.cc247 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in PrintTopLabels() local
265 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in CheckTopLabel() local
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.cc167 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in main() local
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc272 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in PrintTopLabels() local
290 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in CheckTopLabel() local
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc286 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in PrintTopDetections() local
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc316 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in PrintTopLabels() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1502 auto indices_flat = out_indices->flat<int64>(); in FastParseSingleExample() local