コード例 #1
0
 def test_nested_tuple_serving(self):
     self.do_test_nested_tuple(lambda _: SimpleServing(NestedTupleEnv()))
コード例 #2
0
ファイル: test_nested_spaces.py プロジェクト: x-malet/ray
 def testNestedTupleServing(self):
     self.doTestNestedTuple(lambda _: SimpleServing(NestedTupleEnv()))
コード例 #3
0
 def test_nested_dict_serving(self):
     self.do_test_nested_dict(lambda _: SimpleServing(NestedDictEnv()))
コード例 #4
0
ファイル: test_nested_spaces.py プロジェクト: x-malet/ray
 def testNestedDictServing(self):
     self.doTestNestedDict(lambda _: SimpleServing(NestedDictEnv()))