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_t flat);
Dutil.cc106 string SliceDebugString(const TensorShape& shape, const int64_t flat) { in SliceDebugString() function
/external/tensorflow/tensorflow/core/kernels/
Dscatter_op.cc138 "indices", SliceDebugString(indices.shape(), bad_i), in DoCompute()
150 "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()
Dragged_gather_op.cc110 "indices", SliceDebugString(indices_in.shape(), i), " = ", index, in ValidateIndices()
Dresource_variable_ops.cc768 "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()
Dscatter_nd_op.cc1023 "indices", SliceDebugString(slice_shape, bad_i), " = [", in DoScatterNd()
Dsegment_reduction_ops_impl.h389 "segment_ids", SliceDebugString(segment_ids_shape, i),
Dtraining_ops.cc3453 "indices", SliceDebugString(indices.shape(), bad_i), " = ", in Compute()