Home
last modified time | relevance | path

Searched defs:Conv2D (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dconv_2d_test.cc108 TEST(Conv2D, Grouped) { in TEST() argument
138 TEST(Conv2D, SmallKernelWithSamePadding) { in TEST() argument
166 TEST(Conv2D, SmallKernelWithValidPadding) { in TEST() argument
194 TEST(Conv2D, StrideWithSamePadding) { in TEST() argument
226 TEST(Conv2D, StrideWithValidPadding) { in TEST() argument
258 TEST(Conv2D, DilationWithSamePadding) { in TEST() argument
290 TEST(Conv2D, DilationWithValidPadding) { in TEST() argument
322 TEST(Conv2D, FP16Weights) { in TEST() argument
354 TEST(Conv2D, INT8Weights) { in TEST() argument
386 TEST(Conv2D, INT8ChannelWiseWeights) { in TEST() argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-124.md3 ### CVE Number
6 ### Impact
28 ### Patches
34 ### For more information
38 ### Attribution
H A Dtfsa-2021-015.md3 ### CVE Number
6 ### Impact
29 ### Patches
37 ### For more information
43 ### Attribution
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtest_teflon.cpp231 class Conv2D : public testing::TestWithParam<std::tuple<bool, bool, int, int, int, int, int>> {}; class
233 TEST_P(Conv2D, Op) in TEST_P() argument
/aosp_15_r20/external/executorch/backends/apple/mps/operators/
H A Dconvolution_ops.py23 class Conv2D(NodeVisitor): class
/aosp_15_r20/external/executorch/backends/arm/test/misc/
H A Dtest_dim_order_guards.py16 class Conv2D(torch.nn.Module): class
/aosp_15_r20/external/executorch/examples/qualcomm/scripts/
H A Dwav2letter.py26 class Conv2D(torch.nn.Module): class
/aosp_15_r20/external/tensorflow/tensorflow/python/layers/
H A Dconvolutional.py22 Conv2D = convolutional.Conv2D variable
/aosp_15_r20/external/pytorch/test/
H A Dtest_metal.py65 class Conv2D(torch.nn.Module): class
H A Dtest_vulkan.py68 class Conv2D(torch.nn.Module): class
H A Dtest_xnnpack_integration.py340 class Conv2D(torch.nn.Module): class
882 class Conv2D(torch.nn.Module): class
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_conv.cpp162 TEST(Conv, Conv2D) { in TEST() argument
/aosp_15_r20/external/executorch/backends/qualcomm/utils/
H A Dutils.py174 class Conv2D(torch.nn.Module): class
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc470 Node* Conv2D(Graph* g, Node* in0, Node* in1) { in Conv2D() function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dconvolutional.py228 class Conv2D(keras_layers.Conv2D, base.Layer): class
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops_benchmark_test.cc84 static Conv2DGraph Conv2D(int batch, int height, int width, int in_depth, in Conv2D() function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Dconvolutional.py526 class Conv2D(Conv): class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2321 TEST_F(OpTest, Conv2D) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go7048 func Conv2D(scope *Scope, input tf.Output, filter tf.Output, strides []int64, padding string, optio… func