MCPcopy Create free account
hub / github.com/tensorflow/datasets / to_absolute

Method to_absolute

tensorflow_datasets/core/splits.py:682–686  ·  view source on GitHub ↗
(self, split_infos)

Source from the content-addressed store, hash-verified

680 return f'{self.left!r}+{self.right!r}'
681
682 def to_absolute(self, split_infos) -> list[_AbsoluteInstruction]:
683 # Merge instructions from left and right
684 return self.left.to_absolute(split_infos) + self.right.to_absolute(
685 split_infos
686 )
687
688
689class _SplitAll(AbstractSplit):

Callers 4

check_from_riMethod · 0.45
assertRaisesMethod · 0.45
to_absoluteMethod · 0.45

Calls

no outgoing calls

Tested by 2

check_from_riMethod · 0.36
assertRaisesMethod · 0.36