/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | conv_2d_test.cc | 108 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 D | tfsa-2022-124.md | 3 ### CVE Number 6 ### Impact 28 ### Patches 34 ### For more information 38 ### Attribution
|
H A D | tfsa-2021-015.md | 3 ### CVE Number 6 ### Impact 29 ### Patches 37 ### For more information 43 ### Attribution
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/ |
H A D | test_teflon.cpp | 231 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 D | convolution_ops.py | 23 class Conv2D(NodeVisitor): class
|
/aosp_15_r20/external/executorch/backends/arm/test/misc/ |
H A D | test_dim_order_guards.py | 16 class Conv2D(torch.nn.Module): class
|
/aosp_15_r20/external/executorch/examples/qualcomm/scripts/ |
H A D | wav2letter.py | 26 class Conv2D(torch.nn.Module): class
|
/aosp_15_r20/external/tensorflow/tensorflow/python/layers/ |
H A D | convolutional.py | 22 Conv2D = convolutional.Conv2D variable
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_metal.py | 65 class Conv2D(torch.nn.Module): class
|
H A D | test_vulkan.py | 68 class Conv2D(torch.nn.Module): class
|
H A D | test_xnnpack_integration.py | 340 class Conv2D(torch.nn.Module): class 882 class Conv2D(torch.nn.Module): class
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_conv.cpp | 162 TEST(Conv, Conv2D) { in TEST() argument
|
/aosp_15_r20/external/executorch/backends/qualcomm/utils/ |
H A D | utils.py | 174 class Conv2D(torch.nn.Module): class
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | testlib.cc | 470 Node* Conv2D(Graph* g, Node* in0, Node* in1) { in Conv2D() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
H A D | convolutional.py | 228 class Conv2D(keras_layers.Conv2D, base.Layer): class
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | conv_ops_benchmark_test.cc | 84 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 D | convolutional.py | 526 class Conv2D(Conv): class
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 2321 TEST_F(OpTest, Conv2D) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 7048 func Conv2D(scope *Scope, input tf.Output, filter tf.Output, strides []int64, padding string, optio… func
|