Home
last modified time | relevance | path

Searched refs:stridedSlice (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dstrided_slice_op.h47 To32Bit(input).stridedSlice(start_i, stop_i, strides_i); in operator()
50 input.stridedSlice(start_indices, stop_indices, strides); in operator()
95 To32Bit(output).stridedSlice(start_i, stop_i, strides_i).device(d) =
98 output.stridedSlice(start_indices, stop_indices, strides).device(d) =
120 To32Bit(output).stridedSlice(start_i, stop_i, strides_i).device(d) =
123 output.stridedSlice(start_indices, stop_indices, strides).device(d) =
/external/eigen/unsupported/test/
Dcxx11_tensor_morphing.cpp338 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice()
351 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice()
359 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice()
372 slice1 = tensor.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice()
381 slice = tensor.stridedSlice(start, stop, strides); in test_strided_slice()
396 slice = tensor.stridedSlice(indices3Start, indices3Stop, strides3); in test_strided_slice()
411 slice = tensor.stridedSlice(indices3Start, indices3Stop, strides3); in test_strided_slice()
434 tensor2.stridedSlice(indicesStart,indicesStop,strides)=slice; in test_strided_slice_write()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h748stridedSlice(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& stri… in stridedSlice() function
929stridedSlice(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& stri… in stridedSlice() function
935stridedSlice(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& stri… in stridedSlice() function