コード例 #1
0
ファイル: test_simple.py プロジェクト: wizard-420/systemds
 def test_simple_if_graph(self):
     name = "simple_if_graph"
     util.run_and_compare_output(name, self)
コード例 #2
0
ファイル: test_simple.py プロジェクト: wizard-420/systemds
 def test_simple_maxpool_layer(self):
     name = "simple_maxpool_layer"
     util.run_and_compare_output(name, self)
コード例 #3
0
ファイル: test_simple.py プロジェクト: wizard-420/systemds
 def test_simple_conv2d_layer_2(self):
     name = "simple_conv_layer_2"
     util.run_and_compare_output(name, self)
コード例 #4
0
ファイル: test_simple.py プロジェクト: wizard-420/systemds
 def test_simple_relu_tanh_sigmoid_softmax(self):
     name = "simple_relu_tanh_sigmoid_softmax"
     util.run_and_compare_output(name, self)
コード例 #5
0
ファイル: test_simple.py プロジェクト: wizard-420/systemds
 def test_simple_mat_initialized(self):
     name = "simple_mat_initialized"
     util.run_and_compare_output(name, self)
コード例 #6
0
ファイル: test_simple.py プロジェクト: wizard-420/systemds
 def test_simple_mat_add_mul_sub(self):
     name = "simple_mat_add_mul_sub"
     util.run_and_compare_output(name, self)