Home
last modified time | relevance | path

Searched defs:filter_depth (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv_test.cc481 const int filter_depth = 4; in BatchPaddingValidTest() local
542 const int filter_depth = 1; in BatchPaddingSameTest() local
1075 const int filter_depth = 8; in TEST_P() local
1148 const int filter_depth = 8; in TEST_P() local
1223 const int filter_depth = 8; in TEST_P() local
1287 const int filter_depth = 8; in TEST_P() local
1360 const int filter_depth = 8; in TEST_P() local
1424 const int filter_depth = 8; in TEST_P() local
1494 const int filter_depth = 16; in TEST_P() local
1552 const int filter_depth = 2; in TEST_P() local
Dpadding.h88 int filter_width, int filter_depth, TfLitePadding padding, int* out_height, in ComputePadding3DValues()
Dpooling3d_test.cc78 int stride_width, int filter_depth, in CreateCustomOptions()
Dconv3d_transpose.cc98 const int filter_depth = filter_shape.Dims(0); in ResizeOutputAndTemporaryTensors() local
Dconv3d.cc163 int filter_depth = filter->dims->data[0]; in Prepare() local
Dpooling3d.cc46 int filter_depth; member
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_3d.cc151 const int64_t filter_depth = filter.dim_size(3); in Compute() local
249 const int64_t filter_depth = filter.dim_size(3); in launch() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dconv3d.h46 const int filter_depth = filter_shape.Dims(0); in Conv3D() local
Dconv3d_transpose.h46 const int filter_depth = filter_shape.Dims(0); in Conv3DTranspose() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h418 inline void DilatedIm2col3D(const Conv3DParams& params, int filter_depth, in DilatedIm2col3D()
Doptimized_ops.h8076 const int filter_depth = filter_shape.Dims(0); in Conv3D() local