MCPcopy Create free account
hub / github.com/tensorflow/models / build_inputs

Method build_inputs

official/modeling/multitask/test_utils.py:101–102  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

99 return [tf_keras.metrics.Accuracy(name="foo_acc")]
100
101 def build_inputs(self, params):
102 return mock_data("foo")
103
104 def build_model(self) -> tf_keras.Model:
105 return MockFooModel(shared_layer=tf_keras.layers.Dense(1))

Callers

nothing calls this directly

Calls 1

mock_dataFunction · 0.85

Tested by

no test coverage detected