Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_circulant.py183 if self.block_shape.is_fully_defined():
217 if (vec.shape.is_fully_defined() and
218 self.block_shape.is_fully_defined()):
242 if vec.shape.is_fully_defined():
319 if trailing_dims.is_fully_defined():
458 if self.shape.is_fully_defined():
493 if self.spectrum.shape.is_fully_defined():
Dlinear_operator_zeros.py295 if special_shape.is_fully_defined():
337 if self.batch_shape.is_fully_defined():
344 if self.batch_shape.is_fully_defined():
463 if self.shape.is_fully_defined():
Dlinear_operator_identity.py91 if self.shape.is_fully_defined():
349 if special_shape.is_fully_defined():
383 if self.batch_shape.is_fully_defined():
716 if self.batch_shape.is_fully_defined():
Dlinear_operator_util.py343 if bcast_batch_shape.is_fully_defined():
433 if b.shape[:b_extra_ndims].is_fully_defined() else None)
/external/tensorflow/tensorflow/python/training/
Dslot_creator.py143 validate_shape = val.get_shape().is_fully_defined()
202 validate_shape = shape.is_fully_defined()
253 if slot_shape.is_fully_defined():
Dadagrad.py75 if v.get_shape().is_fully_defined():
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_where_op.py202 if not (condition.shape.is_fully_defined() and x.shape.is_fully_defined() and
203 y.shape.is_fully_defined() and x.shape == y.shape and
/external/tensorflow/tensorflow/python/ops/distributions/
Dcategorical.py49 params.shape[:-1].is_fully_defined() and
50 event.shape.is_fully_defined())
226 if logits_shape_static[:-1].is_fully_defined():
Dbernoulli.py148 if not (event.get_shape().is_fully_defined() and
149 logits.get_shape().is_fully_defined() and
/external/tensorflow/tensorflow/python/ops/
Dweights_broadcast_ops.py164 if (weights_shape.is_fully_defined() and
165 values_shape.is_fully_defined() and
Dlinalg_grad.py358 if (x_shape_static.is_fully_defined() and
359 y_shape_static.is_fully_defined() and
630 if matrix_shape.is_fully_defined():
666 if (a.shape.is_fully_defined() and b.shape.is_fully_defined() and
696 if (a.shape.is_fully_defined() and b.shape.is_fully_defined() and
1010 if diags.shape.is_fully_defined():
1046 if y_tr.shape.is_fully_defined():
Dcontrol_flow_state.py617 if val_shape.is_fully_defined():
639 if val_shape.is_fully_defined():
674 if shape.is_fully_defined():
736 if shape.is_fully_defined():
823 if val.shape.is_fully_defined():
Darray_grad.py389 if matrix_shape.is_fully_defined() and matrix_shape[0] == matrix_shape[1]:
399 if matrix_shape.is_fully_defined():
415 if matrix_shape.is_fully_defined():
435 if batch_shape.is_fully_defined() and matrix_shape.is_fully_defined():
455 if not diag_shape.is_fully_defined():
492 if not diag_shape.is_fully_defined():
1192 if broadcast_shape_static.is_fully_defined():
Dimage_grad.py40 if image.get_shape()[1:3].is_fully_defined():
132 if image.get_shape().is_fully_defined():
Dpartitioned_variables.py127 if not shape.is_fully_defined():
Dsparse_ops.py437 if all(shape.is_fully_defined() for shape in input_shapes):
592 if static_shape.is_fully_defined():
860 if sp_input.get_shape().is_fully_defined():
931 and sp_input.shape.is_fully_defined()):
2077 sp_input.get_shape().is_fully_defined()):
2851 if perm_ is not None and sp_input.get_shape().is_fully_defined():
/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/keras/utils/
Dconv_utils.py496 if not inner_shape.is_fully_defined():
500 if not batch_shape.is_fully_defined():
512 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.py406 spec.shape.is_fully_defined()):
430 value.shape.is_fully_defined()):
/external/tensorflow/tensorflow/python/kernel_tests/
Dsave_restore_ops_test.py64 self.assertFalse(op[0].get_shape().is_fully_defined())
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py924 if self.is_fully_defined():
1190 def is_fully_defined(self): member in TensorShape
1201 if not self.is_fully_defined():
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients.py116 if output_shape.is_fully_defined():
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-tensor-shape.pbtxt54 name: "is_fully_defined"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-tensor-shape.pbtxt54 name: "is_fully_defined"

1234