Home
last modified time | relevance | path

Searched defs:strides_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dstrided_slice_test.cc60 const int* end_shape, const int* strides_shape, in TestStridedSliceFloat()
92 const int* strides_shape, TfLiteStridedSliceParams* builtin_data, in TestStridedSliceQuantized()
130 const int strides_shape[] = {1, 5}; in TF_LITE_MICRO_TEST() local
151 const int strides_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local
172 const int strides_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local
193 const int strides_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local
214 const int strides_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local
235 const int strides_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local
256 const int strides_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local
277 const int strides_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dstrided_slice_test.cc36 std::initializer_list<int> strides_shape, int begin_mask, in StridedSliceOpModel()
/external/tensorflow/tensorflow/core/ops/
Darray_ops.cc1706 ShapeHandle begin_shape, end_shape, strides_shape; in __anon42d741192502() local
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc2515 std::initializer_list<int> strides_shape, in StridedSliceOpModel()