Exemplo n.º 1
0
def test_translates_tf_abs(tf_threepio):
    process_tests(abs_torch, tf_threepio, torch_check_answer)
Exemplo n.º 2
0
def test_translates_transpose(torch_threepio):
    process_tests(t, torch_threepio, tf_check_answer)
Exemplo n.º 3
0
def test_translates_subtract(torch_threepio):
    process_tests(sub, torch_threepio, tf_check_answer)
Exemplo n.º 4
0
def test_translates_sum(torch_threepio):
    process_tests(torch_sum, torch_threepio, tf_check_answer)
Exemplo n.º 5
0
def test_translates_argmax(torch_threepio):
    process_tests(argmax, torch_threepio, tf_check_answer)
Exemplo n.º 6
0
def test_translates_eq(torch_threepio):
    process_tests(eq, torch_threepio, tf_check_answer)
Exemplo n.º 7
0
def test_translates_div(torch_threepio):
    process_tests(div, torch_threepio, tf_check_answer)
Exemplo n.º 8
0
def test_translates_mul(torch_threepio):
    process_tests(mul, torch_threepio, tf_check_answer)
Exemplo n.º 9
0
def test_translates_d_add(torch_threepio):
    process_tests(add2, torch_threepio, tf_check_answer)
Exemplo n.º 10
0
def test_translates_d_add():
    process_tests(add2)