HomeSort by relevance Sort by last modified time
    Searched refs:SliceDebugString (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/util/
util.h 57 string SliceDebugString(const TensorShape& shape, const int64 flat);
util.cc 99 string SliceDebugString(const TensorShape& shape, const int64 flat) {
  /external/tensorflow/tensorflow/core/kernels/
gather_op.cc 116 "indices", SliceDebugString(indices.shape(), bad_i), " = ",
scatter_op.cc 133 "indices", SliceDebugString(indices.shape(), bad_i), " = ",
206 "indices", SliceDebugString(indices.shape(), bad_i), " = ",
dynamic_partition_op.cc 63 "partitions", SliceDebugString((*partitions)->shape(), i),
resource_variable_ops.cc 529 "indices", SliceDebugString(indices.shape(), bad_i), " = ",
607 "indices", SliceDebugString(indices.shape(), bad_i),
scatter_nd_op.cc 502 "Invalid indices: ", SliceDebugString(indices.shape(), bad_i), " = [",
segment_reduction_ops.cc 387 "segment_ids", SliceDebugString(segment_ids_shape, i),
    [all...]

Completed in 344 milliseconds