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

Method shape

tensorflow/python/keras/engine/training.py:3002–3003  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3000
3001 @property
3002 def shape(self):
3003 return K.int_shape(self.output)
3004
3005 @property
3006 def loss_fn(self):

Callers 6

get_real_batch_sizeMethod · 0.45
callMethod · 0.45
callMethod · 0.45
train_on_batchFunction · 0.45
test_on_batchFunction · 0.45

Calls

no outgoing calls

Tested by 3

callMethod · 0.36
callMethod · 0.36
test_on_batchFunction · 0.36