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

Method as_list

tensorflow/python/keras/engine/training_utils.py:1749–1751  ·  view source on GitHub ↗

Returning the inputs as a list.

(self)

Source from the content-addressed store, hash-verified

1747 yield k, v
1748
1749 def as_list(self):
1750 """Returning the inputs as a list."""
1751 return self._flattened_inputs
1752
1753
1754# Allow use of methods not exposed to the user.

Callers 15

_prepare_feed_valuesFunction · 0.45
process_nodeMethod · 0.45
from_configMethod · 0.45
test_defined_shapeMethod · 0.45
test_defined_ndimsMethod · 0.45
test_undefined_shapesMethod · 0.45
standardize_input_dataFunction · 0.45
get_symbolic_inputsMethod · 0.45
compute_output_shapeMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_defined_shapeMethod · 0.36
test_defined_ndimsMethod · 0.36
test_undefined_shapesMethod · 0.36
compute_output_shapeMethod · 0.36
buildMethod · 0.36
test_on_batchMethod · 0.36
testBasicNetworkMethod · 0.36