Home
last modified time | relevance | path

Searched refs:SliceDebugString (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dscatter_op.cc135 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
147 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
223 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
235 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
Dgather_op.cc116 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute()
Ddynamic_partition_op.cc63 "partitions", SliceDebugString((*partitions)->shape(), i), in ValidateAndAllocateOutputs()
Dresource_variable_ops.cc699 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute()
795 "indices", SliceDebugString(indices.shape(), bad_i), in Compute()
812 "indices", SliceDebugString(indices.shape(), bad_i), in Compute()
Dgather_nd_op.cc194 "indices", SliceDebugString(shape, bad_i), " = [", in DoGatherNd()
Dragged_gather_op.cc101 "indices", SliceDebugString(indices_in.shape(), i), " = ", index, in ValidateIndices()
Dscatter_nd_op.cc729 "indices", SliceDebugString(slice_shape, bad_i), " = [", in DoScatterNd()
Dsegment_reduction_ops.cc391 "segment_ids", SliceDebugString(segment_ids_shape, i), in operator ()()
/external/tensorflow/tensorflow/core/util/
Dutil.h57 string SliceDebugString(const TensorShape& shape, const int64 flat);
Dutil.cc99 string SliceDebugString(const TensorShape& shape, const int64 flat) { in SliceDebugString() function