Searched defs:stride_depth (Results 1 – 12 of 12) sorted by relevance
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | conv3d_test.cc | 34 Padding padding = Padding_VALID, int32_t stride_depth = 1, in Conv3dOpModel() 54 int32_t stride_depth = 1, int32_t stride_width = 1, in Conv3dOpModel()
|
| D | conv3d_transpose_test.cc | 41 int32_t stride_depth = 1, int32_t stride_width = 1, in Conv3dTransposeOpModel() 72 Padding padding = Padding_VALID, int32_t stride_depth = 1, in Conv3dTransposeOpModel()
|
| D | padding.h | 85 int stride_height, int stride_width, int stride_depth, in ComputePadding3DValues()
|
| D | pooling3d_test.cc | 77 std::vector<uint8_t> CreateCustomOptions(int stride_depth, int stride_height, in CreateCustomOptions()
|
| D | pooling3d.cc | 43 int stride_depth; member
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | conv3d_transpose.h | 32 const int stride_depth = params.stride_depth; in Conv3DTranspose() local
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
| D | legalize_tf.cc | 335 IntegerAttr stride_depth, stride_height, stride_width; in matchAndRewrite() local 375 IntegerAttr stride_depth, stride_height, stride_width; in matchAndRewrite() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | im2col_utils.h | 290 int stride_depth, int stride_height, int stride_width, // Stride params. in ExtractPatchIntoBufferColumn3D() 379 const int stride_depth = params.stride_depth; in Im2col3D() local
|
| D | optimized_ops.h | 8056 const int stride_depth = params.stride_depth; in Conv3D() local
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | common_shape_fns.cc | 1619 int32_t stride_depth = GetTensorDim(strides, data_format, 'C'); in MaxPoolShapeImpl() local 1758 int32_t stride_depth = GetTensorDim(strides, data_format, 'C'); in MaxPoolV2Shape() local
|
| /external/tensorflow/tensorflow/lite/c/ |
| D | builtin_op_data.h | 93 int stride_depth; member
|
| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | types.h | 724 int stride_depth; member
|