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_t flat);
|
D | util.cc | 106 string SliceDebugString(const TensorShape& shape, const int64_t flat) { in SliceDebugString() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scatter_op.cc | 138 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute() 150 "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 | ragged_gather_op.cc | 110 "indices", SliceDebugString(indices_in.shape(), i), " = ", index, in ValidateIndices()
|
D | resource_variable_ops.cc | 768 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute() 1023 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in DoScatter() 1114 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
|
D | scatter_nd_op.cc | 1023 "indices", SliceDebugString(slice_shape, bad_i), " = [", in DoScatterNd()
|
D | segment_reduction_ops_impl.h | 389 "segment_ids", SliceDebugString(segment_ids_shape, i),
|
D | training_ops.cc | 3453 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute()
|