Home
last modified time | relevance | path

Searched refs:testDepthwiseConv2D (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
H A Dget-arithmetic-count.mlir17 func.func @testDepthwiseConv2D(tensor<1x112x112x3xf32>, tensor<1x3x3x32xf32>, tensor<32xf32>) -> te…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Ddepthwise_conv_op_test.py221 def testDepthwiseConv2D(self): member in DepthwiseConv2DTest
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
H A Ddepthwise_conv_op_base.py431 def testDepthwiseConv2D(self): member in DepthwiseConv2DBase