Split and add
This commit is contained in:
parent
81a4d88e33
commit
5bcf84e9f1
@ -153,6 +153,13 @@ class ResourceOpsTest(test_util.TensorFlowTestCase):
|
||||
'ensemble',
|
||||
stamp_token=7,
|
||||
serialized_proto=ensemble_proto.SerializeToString())
|
||||
_p("testCreateWithProto 5", file=sys.stderr)
|
||||
r = resources.shared_resources()
|
||||
_p("testCreateWithProto 6", file=sys.stderr)
|
||||
r=resources.initialize_resources(r)
|
||||
_p("testCreateWithProto 7", file=sys.stderr)
|
||||
r.run()
|
||||
_p("testCreateWithProto 8", file=sys.stderr)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user