Searched refs:SliceDebugString (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | util.h | 57 std::string SliceDebugString(const TensorShape& shape, const int64 flat);
|
D | util.cc | 99 string SliceDebugString(const TensorShape& shape, const int64 flat) { in SliceDebugString() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scatter_op.cc | 128 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute() 140 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
|
D | gather_nd_op.h | 161 "indices", SliceDebugString(shape, bad_i), " = [", in DoGatherNd()
|
D | dynamic_partition_op.cc | 63 "partitions", SliceDebugString((*partitions)->shape(), i), in ValidateAndAllocateOutputs()
|
D | gather_op.cc | 183 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute()
|
D | resource_variable_ops.cc | 703 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute() 914 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute() 931 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
|
D | ragged_gather_op.cc | 104 "indices", SliceDebugString(indices_in.shape(), i), " = ", index, in ValidateIndices()
|
D | segment_reduction_ops_impl.h | 338 "segment_ids", SliceDebugString(segment_ids_shape, i),
|
D | scatter_nd_op.cc | 974 "indices", SliceDebugString(slice_shape, bad_i), " = [", in DoScatterNd()
|
D | training_ops.cc | 3437 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute()
|