MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / image

Method image

tensorboard/plugins/image/summary_test.py:60–61  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

58 return np.random.uniform(low=0, high=255, size=size).astype(np.uint8)
59
60 def image(self, *args, **kwargs):
61 raise NotImplementedError()
62
63 def test_tag(self):
64 data = np.array(1, np.uint8, ndmin=4)

Callers 15

test_tagMethod · 0.95
test_metadataMethod · 0.95
_test_dimensionsMethod · 0.95
test_image_count_zeroMethod · 0.95
test_requires_rank_4Method · 0.95
test_imageMethod · 0.45
setUpMethod · 0.45
testTFSummaryImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected