Searched defs:verify_shape (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | constant_op.py | 107 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 D | tensor_util.py | 358 def make_tensor_proto(values, dtype=None, shape=None, verify_shape=False, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | init_ops.py | 369 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
|