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

Function backend

tensorflow/python/keras/backend.py:139–147  ·  view source on GitHub ↗

Publicly accessible method for determining the current backend. Only exists for API compatibility with multi-backend Keras. Returns: The string "tensorflow".

()

Source from the content-addressed store, hash-verified

137
138@keras_export('keras.backend.backend')
139def backend():
140 """Publicly accessible method for determining the current backend.
141
142 Only exists for API compatibility with multi-backend Keras.
143
144 Returns:
145 The string "tensorflow".
146 """
147 return 'tensorflow'
148
149
150@keras_export('keras.backend.cast_to_floatx')

Calls

no outgoing calls

Tested by 15

RunBufferAssignmentMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
GetOptimizedHloMethod · 0.68
TEST_FFunction · 0.68