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

Method audio

tensorboard/plugins/audio/summary_test.py:66–67  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

64 ).reshape(size)
65
66 def audio(self, *args, **kwargs):
67 raise NotImplementedError()
68
69 def test_metadata(self):
70 data = np.array(1, np.float32, ndmin=3)

Callers 14

test_metadataMethod · 0.95
_test_dimensionsMethod · 0.95
test_audio_count_zeroMethod · 0.95
test_requires_rank_3Method · 0.95
test_requires_wavMethod · 0.95
test_audioMethod · 0.45
WriteAudioSeriesFunction · 0.45
audio_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected