Ejemplo n.º 1
0
 def test_simple_if_graph(self):
     name = "simple_if_graph"
     util.run_and_compare_output(name, self)
Ejemplo n.º 2
0
 def test_simple_maxpool_layer(self):
     name = "simple_maxpool_layer"
     util.run_and_compare_output(name, self)
Ejemplo n.º 3
0
 def test_simple_conv2d_layer_2(self):
     name = "simple_conv_layer_2"
     util.run_and_compare_output(name, self)
Ejemplo n.º 4
0
 def test_simple_relu_tanh_sigmoid_softmax(self):
     name = "simple_relu_tanh_sigmoid_softmax"
     util.run_and_compare_output(name, self)
Ejemplo n.º 5
0
 def test_simple_mat_initialized(self):
     name = "simple_mat_initialized"
     util.run_and_compare_output(name, self)
Ejemplo n.º 6
0
 def test_simple_mat_add_mul_sub(self):
     name = "simple_mat_add_mul_sub"
     util.run_and_compare_output(name, self)