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

Method numpy

tensorboard/data/provider.py:1075–1076  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1073
1074 @property
1075 def numpy(self):
1076 return self._numpy
1077
1078 def __eq__(self, other):
1079 if not isinstance(other, TensorDatum):

Callers 13

imageMethod · 0.80
test_vector_dataMethod · 0.80
_generate_tfdbg_v2_dataFunction · 0.80
audioMethod · 0.80
histogramMethod · 0.80
profileFunction · 0.80
textMethod · 0.80
scalarMethod · 0.80
generate_runMethod · 0.80

Calls

no outgoing calls

Tested by 12

imageMethod · 0.64
test_vector_dataMethod · 0.64
_generate_tfdbg_v2_dataFunction · 0.64
audioMethod · 0.64
histogramMethod · 0.64
textMethod · 0.64
scalarMethod · 0.64
generate_runMethod · 0.64
assertEqualAsNumpyMethod · 0.64