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

  /external/tensorflow/tensorflow/core/util/
strided_slice_op.h 33 // <processing_shape> are valid; <is_identity>, <is_simple_slice> and other
49 bool* is_identity, bool* is_simple_slice, bool* slice_dim0,
59 TensorShape* final_shape, bool* is_identity, bool* is_simple_slice,
strided_slice_op.cc 153 bool* is_identity, bool* is_simple_slice, bool* slice_dim0,
249 *is_simple_slice = true;
284 (*is_simple_slice) &= stride_i == 1;
375 TensorShape* final_shape, bool* is_identity, bool* is_simple_slice,
384 is_simple_slice, slice_dim0, begin, end, strides));
  /external/tensorflow/tensorflow/core/kernels/
strided_slice_op_impl.h 46 bool is_simple_slice, Tensor* result);
54 bool is_simple_slice, Tensor* result);
62 const TensorShape& processing_shape, bool is_simple_slice,
84 bool is_simple_slice, Tensor* result) {
88 if (is_simple_slice) {
122 bool is_simple_slice, Tensor* result) {
145 const TensorShape& processing_shape, bool is_simple_slice, Tensor* result) {
169 const TensorShape& processing_shape, bool is_simple_slice,
249 const TensorShape& processing_shape, bool is_simple_slice, \
255 const TensorShape& processing_shape, bool is_simple_slice, \
    [all...]
strided_slice_op.cc 94 bool is_simple_slice = true; variable
105 &is_simple_slice, &slice_dim0, &begin, &end, &strides));
139 if (is_simple_slice && std::is_same<Device, CPUDevice>::value &&
151 processing_shape, is_simple_slice, \
194 bool is_simple_slice = true; variable
223 &is_simple_slice, &slice_dim0, &begin, &end, &strides));
249 is_simple_slice, result); \
286 bool is_simple_slice = true; variable
313 &is_simple_slice, &slice_dim0, &begin, &end, &strides));
336 context, begin, end, strides, processing_shape, is_simple_slice, \
    [all...]
strided_slice_op_test.cc 110 bool is_identity = true, slice_dim0 = true, is_simple_slice = true; local
121 &is_identity, &is_simple_slice, &slice_dim0, &begin_out, &end_out,
  /external/tensorflow/tensorflow/core/ops/
array_ops.cc     [all...]

Completed in 339 milliseconds