Home
last modified time | relevance | path

Searched refs:test_split_dynamic (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
H A Dtfl-to-tosa-pipeline.mlir1186 // CHECK-LABEL: test_split_dynamic
1187 func.func @test_split_dynamic(%arg0: tensor<13x?x3xf32>) -> (tensor<13x?x3xf32>, tensor<13x?x3xf32>…
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py5945 def test_split_dynamic(self): member in TestONNXRuntime