Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_values
Function · 0.45
process_node
Method · 0.45
from_config
Method · 0.45
_deserialize_keras_tensor
Function · 0.45
test_defined_shape
Method · 0.45
test_defined_ndims
Method · 0.45
test_undefined_shapes
Method · 0.45
standardize_input_data
Function · 0.45
get_symbolic_inputs
Method · 0.45
test_manual_compute_output_shape
Method · 0.45
compute_output_shape
Method · 0.45
test_dynamic_subclassed_model_with_shape_inference
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_defined_shape
Method · 0.36
test_defined_ndims
Method · 0.36
test_undefined_shapes
Method · 0.36
test_manual_compute_output_shape
Method · 0.36
compute_output_shape
Method · 0.36
test_dynamic_subclassed_model_with_shape_inference
Method · 0.36
test_default_add_weight
Method · 0.36
build
Method · 0.36
test_on_batch
Method · 0.36
testBasicNetwork
Method · 0.36
test_node_construction
Method · 0.36
test_multi_input_layer
Method · 0.36