Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/label_image/
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
/external/tensorflow/tensorflow/core/kernels/
Dgather_op.cc163 auto indices_flat = indices.flat<Index>(); in Compute() local
Dsegment_reduction_ops_test.cc124 auto indices_flat = indices.flat<int32>(); in SparseSegmentMeanGradHelper() local
Dresource_variable_ops.cc694 const auto indices_flat = op_indices->flat<Index>(); in Compute() local
719 auto indices_flat = indices->flat<Index>(); in AddBatchOffsets() local
904 auto indices_flat = indices.flat<Index>(); in DoCompute() local
Dscatter_op.cc118 auto indices_flat = indices.flat<Index>(); in DoCompute() local
Ddynamic_stitch_op.cc188 GpuDeviceArrayOnHost<int32> indices_flat(c, first_dim_size); in Compute() local
Dscatter_nd_op.cc912 auto indices_flat = index_flattener(c, indices); in DoScatterNd() local
Dtraining_ops.cc3429 auto indices_flat = indices.flat<Tindex>(); in Compute() local
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.cc168 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in main() local
/external/tensorflow/tensorflow/core/kernels/sparse/
Dcsr_sparse_matrix_to_sparse_tensor_op.cc92 auto indices_flat = indices->template flat<int64>(); in Compute() local
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc290 tensorflow::TTypes<int32>::Flat indices_flat = indices.flat<int32>(); in PrintTopDetections() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1727 auto indices_flat = out_indices->flat<int64>(); in FastParseSingleExample() local