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

Method create

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

Creates the initial results from the first batch outputs. Arguments: batch_outs: A list of batch-level outputs.

(self, batch_outs)

Source from the content-addressed store, hash-verified

78
79 @abc.abstractmethod
80 def create(self, batch_outs):
81 """Creates the initial results from the first batch outputs.
82
83 Arguments:
84 batch_outs: A list of batch-level outputs.
85 """
86 raise NotImplementedError('Must be implemented in subclasses.')
87
88 @abc.abstractmethod
89 def aggregate(self, batch_outs, batch_start=None, batch_end=None):

Callers 2

check_pydotFunction · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected