Searched defs:verify_shape (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | constant_op.py | 119 value, dtype=None, shape=None, name="Const", verify_shape=False): argument 249 value, dtype, shape, name, verify_shape, allow_broadcast): argument
|
D | tensor_util.py | 377 def make_tensor_proto(values, dtype=None, shape=None, verify_shape=False, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | init_ops.py | 231 def __init__(self, value=0, dtype=dtypes.float32, verify_shape=False): argument 241 def __call__(self, shape, dtype=None, partition_info=None, verify_shape=None): argument
|