Searched refs:dilation_depth (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | conv3d_test.cc | 37 int32_t dilation_depth = 1, int32_t dilation_width = 1, in Conv3dOpModel() argument 46 stride_height, activation, dilation_depth, in Conv3dOpModel() 57 int32_t dilation_depth = 1, int32_t dilation_width = 1, in Conv3dOpModel() argument 65 stride_height, activation, dilation_depth, in Conv3dOpModel()
|
D | conv3d.cc | 132 runtime_params.dilation_depth = params->dilation_depth_factor; in Eval()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | conv3d.h | 65 const int in_d = in_d_origin + params.dilation_depth * filter_d; in Conv3D()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 882 int dilation_depth; member
|