MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Compatible

Class Compatible

tensorflow/contrib/eager/python/network_test.py:403–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 network.save_network_checkpoint(make_checkpoint, self.get_temp_dir())
402
403 class Compatible(network.Network):
404
405 def __init__(self, name=None):
406 super(Compatible, self).__init__(name=name)
407 self.first = self.track_layer(core.Dense(1, use_bias=False))
408
409 def call(self, x):
410 return self.first(x)
411
412 successful_checkpoint = Compatible()
413 successful_checkpoint(one)

Callers 15

BuildComputationFunction · 0.85
TEST_FFunction · 0.85
ReadVariableInputTensorFunction · 0.85
AssignVariableTensorFunction · 0.85
TESTFunction · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85

Calls

no outgoing calls

Tested by 10

TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68