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

Method minimum

tensorflow/python/framework/tensor_spec.py:263–265  ·  view source on GitHub ↗

Returns a NumPy array specifying the minimum bounds (inclusive).

(self)

Source from the content-addressed store, hash-verified

261
262 @property
263 def minimum(self):
264 """Returns a NumPy array specifying the minimum bounds (inclusive)."""
265 return self._minimum
266
267 @property
268 def maximum(self):

Callers 15

__call__Method · 0.80
preluFunction · 0.80
preluFunction · 0.80
preluFunction · 0.80
preluFunction · 0.80
_decode_and_center_cropFunction · 0.80
compute_degreeFunction · 0.80
_compute_accept_probMethod · 0.80
_interpolate_bilinearFunction · 0.80
_optimal_step_sizeFunction · 0.80
streaming_concatFunction · 0.80

Calls

no outgoing calls

Tested by 15

compute_degreeFunction · 0.64
testMethod · 0.64
ggt_update_numpyFunction · 0.64
testSaturateMethod · 0.64
_NumpyMinFunction · 0.64
_NumpyMinScalarFunction · 0.64
_npRelu6Method · 0.64
_compareMethod · 0.64
testRandomMethod · 0.64