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

Method output_shapes

tensorflow/python/data/ops/readers.py:579–584  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

577
578 @property
579 def output_shapes(self):
580 return (
581 (tensor_shape.TensorShape([]))
582 if not self._message_key
583 else (tensor_shape.TensorShape([]), tensor_shape.TensorShape([]))
584 )
585
586 @property
587 def output_types(self):

Callers 15

HandleWhileOpFunction · 0.45
HanldeWhileLoopFunction · 0.45
HandleIfOPFunction · 0.45
AddStateVarsToWhileOpFunction · 0.45
DatasetBaseIteratorClass · 0.45
AddDatasetMethod · 0.45
FromProtoMethod · 0.45
input_shapesMethod · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
MakeDatasetMethod · 0.45

Calls

no outgoing calls

Tested by 15

TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36