Home
last modified time | relevance | path

Searched refs:is_fully_defined (Results 1 – 25 of 93) sorted by relevance

1234

/external/tensorflow/tensorflow/python/training/
Dslot_creator.py144 validate_shape = val.get_shape().is_fully_defined()
203 validate_shape = shape.is_fully_defined()
254 if slot_shape.is_fully_defined():
Dadagrad.py137 if v.get_shape().is_fully_defined():
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_circulant.py294 if self.block_shape.is_fully_defined():
328 if (vec.shape.is_fully_defined() and
329 self.block_shape.is_fully_defined()):
350 if x.shape.is_fully_defined():
442 if trailing_dims.is_fully_defined():
596 if self.shape.is_fully_defined():
631 if self.spectrum.shape.is_fully_defined():
Dlinear_operator_zeros.py292 if special_shape.is_fully_defined():
334 if self.batch_shape.is_fully_defined():
341 if self.batch_shape.is_fully_defined():
460 if self.shape.is_fully_defined():
Dlinear_operator_identity.py87 if self.shape.is_fully_defined():
346 if special_shape.is_fully_defined():
380 if self.batch_shape.is_fully_defined():
730 if self.batch_shape.is_fully_defined():
Dlinear_operator_util.py340 if bcast_batch_shape.is_fully_defined():
430 if b.shape[:b_extra_ndims].is_fully_defined() else None)
Dlinear_operator_kronecker.py35 if x.shape.is_fully_defined():
351 if x.shape.is_fully_defined():
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_where_op.py209 if not (condition.shape.is_fully_defined() and x.shape.is_fully_defined() and
210 y.shape.is_fully_defined() and x.shape == y.shape and
/external/tensorflow/tensorflow/core/nccl/
Dnccl_rewrite.cc204 bool is_fully_defined = TensorShape(shape_proto).IsFullyDefined(); in ReplaceBroadcast() local
207 if (!is_fully_defined) { in ReplaceBroadcast()
220 if (is_fully_defined) { in ReplaceBroadcast()
/external/tensorflow/tensorflow/python/ops/distributions/
Dcategorical.py45 params.shape[:-1].is_fully_defined() and
46 event.shape.is_fully_defined())
222 if logits_shape_static[:-1].is_fully_defined():
Dbernoulli.py144 if not (event.get_shape().is_fully_defined() and
145 logits.get_shape().is_fully_defined() and
/external/tensorflow/tensorflow/python/ops/
Dlinalg_grad.py358 if (x_shape_static.is_fully_defined() and
359 y_shape_static.is_fully_defined() and
634 if matrix_shape.is_fully_defined():
670 if (a.shape.is_fully_defined() and b.shape.is_fully_defined() and
700 if (a.shape.is_fully_defined() and b.shape.is_fully_defined() and
1019 if diags.shape.is_fully_defined():
1055 if y_tr.shape.is_fully_defined():
Dweights_broadcast_ops.py161 if (weights_shape.is_fully_defined() and
162 values_shape.is_fully_defined() and
Dcontrol_flow_state.py613 if val_shape.is_fully_defined():
635 if val_shape.is_fully_defined():
670 if shape.is_fully_defined():
732 if shape.is_fully_defined():
819 if val.shape.is_fully_defined():
Darray_grad.py399 if matrix_shape.is_fully_defined() and matrix_shape[0] == matrix_shape[1]:
409 if matrix_shape.is_fully_defined():
425 if matrix_shape.is_fully_defined():
445 if batch_shape.is_fully_defined() and matrix_shape.is_fully_defined():
465 if not diag_shape.is_fully_defined():
502 if not diag_shape.is_fully_defined():
1221 if broadcast_shape_static.is_fully_defined():
Dimage_grad.py36 if image.get_shape()[1:3].is_fully_defined():
128 if image.get_shape().is_fully_defined():
Dsparse_ops.py432 if all(shape.is_fully_defined() for shape in input_shapes):
587 if static_shape.is_fully_defined():
853 if sp_input.get_shape().is_fully_defined():
924 and sp_input.shape.is_fully_defined()):
2070 sp_input.get_shape().is_fully_defined()):
2847 if perm_ is not None and sp_input.get_shape().is_fully_defined():
Dpartitioned_variables.py125 if not shape.is_fully_defined():
Dlinalg_ops.py324 if not tensor_shape.is_fully_defined():
350 if matrix_shape.is_fully_defined():
/external/tensorflow/tensorflow/python/keras/utils/
Dconv_utils.py492 if not inner_shape.is_fully_defined():
496 if not batch_shape.is_fully_defined():
508 if not out_inner_shape.is_fully_defined():
/external/tensorflow/tensorflow/python/ops/signal/
Dfft_ops.py39 if not fft_shape.is_fully_defined():
52 if not fft_shape.is_fully_defined():
76 if fft_shape.is_fully_defined() and input_tensor.shape.ndims is not None:
80 if input_fft_shape.is_fully_defined():
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dbatching.py411 spec.shape.is_fully_defined()):
435 value.shape.is_fully_defined()):
/external/tensorflow/tensorflow/python/kernel_tests/io_ops/
Dsave_restore_ops_test.py60 self.assertFalse(op[0].get_shape().is_fully_defined())
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py937 if self.is_fully_defined():
1335 def is_fully_defined(self): member in TensorShape
1346 if not self.is_fully_defined():
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients.py112 if output_shape.is_fully_defined():

1234