Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dutil.h57 std::string SliceDebugString(const TensorShape& shape, const int64 flat);
Dutil.cc99 string SliceDebugString(const TensorShape& shape, const int64 flat) { in SliceDebugString() function
/external/tensorflow/tensorflow/core/kernels/
Dscatter_op.cc128 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
140 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
Dgather_nd_op.h161 "indices", SliceDebugString(shape, bad_i), " = [", in DoGatherNd()
Ddynamic_partition_op.cc63 "partitions", SliceDebugString((*partitions)->shape(), i), in ValidateAndAllocateOutputs()
Dgather_op.cc183 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute()
Dresource_variable_ops.cc703 "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()
Dragged_gather_op.cc104 "indices", SliceDebugString(indices_in.shape(), i), " = ", index, in ValidateIndices()
Dsegment_reduction_ops_impl.h338 "segment_ids", SliceDebugString(segment_ids_shape, i),
Dscatter_nd_op.cc974 "indices", SliceDebugString(slice_shape, bad_i), " = [", in DoScatterNd()
Dtraining_ops.cc3437 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute()