Home
last modified time | relevance | path

Searched defs:verify_shape (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dconstant_op.py107 value, dtype=None, shape=None, name="Const", verify_shape=False): argument
272 value, dtype, shape, name, verify_shape, allow_broadcast): argument
302 def _constant_eager_impl(ctx, value, dtype, shape, verify_shape): argument
H A Dtensor_util.py358 def make_tensor_proto(values, dtype=None, shape=None, verify_shape=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dinit_ops.py369 def __init__(self, value=0, dtype=dtypes.float32, verify_shape=False): argument
380 def __call__(self, shape, dtype=None, partition_info=None, verify_shape=None): argument