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

Method maximum

tensorflow/python/framework/tensor_spec.py:268–270  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

266
267 @property
268 def maximum(self):
269 """Returns a NumPy array specifying the maximum bounds (inclusive)."""
270 return self._maximum
271
272 def __repr__(self):
273 s = "BoundedTensorSpec(shape={}, dtype={}, name={}, minimum={}, maximum={})"

Callers 15

__call__Method · 0.80
preluFunction · 0.80
preluFunction · 0.80
preluFunction · 0.80
get_block_numMethod · 0.80
build_fcn_netMethod · 0.80
preluFunction · 0.80
compute_degreeFunction · 0.80
_np_sparsemaxMethod · 0.80
_np_sparsemaxMethod · 0.80
sparsemaxFunction · 0.80
_interpolate_bilinearFunction · 0.80

Calls

no outgoing calls

Tested by 15

compute_degreeFunction · 0.64
_np_sparsemaxMethod · 0.64
_np_sparsemaxMethod · 0.64
adamax_update_numpyFunction · 0.64
_infer_helperMethod · 0.64
_infer_helperMethod · 0.64
testContrastiveMethod · 0.64
testTripletSemiHardMethod · 0.64
adamax_update_numpyFunction · 0.64