Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
H A Dimport.hlotxt1332 // CHECK-LABEL: func private @test_triangular_solve
1334 %test_triangular_solve (Arg_0.1: f32[4,4], Arg_1.2: f32[4,3]) -> f32[4,3] {
/aosp_15_r20/external/pytorch/test/
H A Dtest_linalg.py4224 def test_triangular_solve(self, device, dtype): member in TestLinalg