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

Method range

tensorflow/python/ops/distributions/uniform.py:149–152  ·  view source on GitHub ↗

`high - low`.

(self, name="range")

Source from the content-addressed store, hash-verified

147 return self._high
148
149 def range(self, name="range"):
150 """`high - low`."""
151 with self._name_scope(name):
152 return self.high - self.low
153
154 def _batch_shape_tensor(self):
155 return array_ops.broadcast_dynamic_shape(

Callers 15

testUniformRangeMethod · 0.95
_sample_nMethod · 0.95
_probMethod · 0.95
_cdfMethod · 0.95
_entropyMethod · 0.95
_varianceMethod · 0.95
_stddevMethod · 0.95
_descending_sortFunction · 0.45
_SparseReorderGradFunction · 0.45
clip_by_average_normFunction · 0.45
_ProdGradFunction · 0.45
_ctc_state_transFunction · 0.45

Calls 1

_name_scopeMethod · 0.45

Tested by 11

testUniformRangeMethod · 0.76
testZipMethod · 0.36
testDocStringExamplesMethod · 0.36
testBasicRangesMethod · 0.36
testFloatRangesMethod · 0.36
testNegativeDeltasMethod · 0.36
testBroadcastMethod · 0.36
testEmptyRangesMethod · 0.36
testKernelErrorsMethod · 0.36
testShapeMethod · 0.36
testHighDimensionsMethod · 0.36