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

  /external/tensorflow/tensorflow/core/kernels/
ops_util_test.cc 323 bool output = IsDim0SliceAligned<float>(t.shape(), start, end);
329 bool output = IsDim0SliceAligned<float>(t.shape(), start, end);
343 bool output = IsDim0SliceAligned<float>(t.shape(), start, end);
359 bool output = IsDim0SliceAligned<float>(t.shape(), start, end);
367 bool output = IsDim0SliceAligned<float>(t.shape(), start, end);
383 bool output = IsDim0SliceAligned<float>(t.shape(), start, end);
396 bool output = IsDim0SliceAligned<float>(shape, start, end);
404 bool output = IsDim0SliceAligned<float>(shape, start, end);
ops_util.h 66 bool IsDim0SliceAligned(const TensorShape& s, int64 start, int64 end_or_size) {
slice_op.cc 146 IsDim0SliceAligned<T>(input.shape(), (*begin)[0], (*size)[0])) {
strided_slice_op.cc 118 if (slice_dim0 && IsDim0SliceAligned<T>(input.shape(), begin[0], end[0])) {

Completed in 83 milliseconds