Searched refs:SliceDebugString (Results 1 – 10 of 10) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/ |
| D | scatter_op.cc | 135 "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()
|
| D | gather_op.cc | 116 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute()
|
| D | dynamic_partition_op.cc | 63 "partitions", SliceDebugString((*partitions)->shape(), i), in ValidateAndAllocateOutputs()
|
| D | resource_variable_ops.cc | 699 "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()
|
| D | gather_nd_op.cc | 194 "indices", SliceDebugString(shape, bad_i), " = [", in DoGatherNd()
|
| D | ragged_gather_op.cc | 101 "indices", SliceDebugString(indices_in.shape(), i), " = ", index, in ValidateIndices()
|
| D | scatter_nd_op.cc | 729 "indices", SliceDebugString(slice_shape, bad_i), " = [", in DoScatterNd()
|
| D | segment_reduction_ops.cc | 391 "segment_ids", SliceDebugString(segment_ids_shape, i), in operator ()()
|
| /external/tensorflow/tensorflow/core/util/ |
| D | util.h | 57 string SliceDebugString(const TensorShape& shape, const int64 flat);
|
| D | util.cc | 99 string SliceDebugString(const TensorShape& shape, const int64 flat) { in SliceDebugString() function
|