Searched refs:is_fully_defined (Results 1 – 25 of 87) sorted by relevance
1234
183 if self.block_shape.is_fully_defined():217 if (vec.shape.is_fully_defined() and218 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():
295 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():
91 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():
343 if bcast_batch_shape.is_fully_defined():433 if b.shape[:b_extra_ndims].is_fully_defined() else None)
143 validate_shape = val.get_shape().is_fully_defined()202 validate_shape = shape.is_fully_defined()253 if slot_shape.is_fully_defined():
75 if v.get_shape().is_fully_defined():
202 if not (condition.shape.is_fully_defined() and x.shape.is_fully_defined() and203 y.shape.is_fully_defined() and x.shape == y.shape and
49 params.shape[:-1].is_fully_defined() and50 event.shape.is_fully_defined())226 if logits_shape_static[:-1].is_fully_defined():
148 if not (event.get_shape().is_fully_defined() and149 logits.get_shape().is_fully_defined() and
164 if (weights_shape.is_fully_defined() and165 values_shape.is_fully_defined() and
358 if (x_shape_static.is_fully_defined() and359 y_shape_static.is_fully_defined() and630 if matrix_shape.is_fully_defined():666 if (a.shape.is_fully_defined() and b.shape.is_fully_defined() and696 if (a.shape.is_fully_defined() and b.shape.is_fully_defined() and1010 if diags.shape.is_fully_defined():1046 if y_tr.shape.is_fully_defined():
617 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():
389 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():
40 if image.get_shape()[1:3].is_fully_defined():132 if image.get_shape().is_fully_defined():
127 if not shape.is_fully_defined():
437 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():
204 bool is_fully_defined = TensorShape(shape_proto).IsFullyDefined(); in ReplaceBroadcast() local207 if (!is_fully_defined) { in ReplaceBroadcast()220 if (is_fully_defined) { in ReplaceBroadcast()
496 if not inner_shape.is_fully_defined():500 if not batch_shape.is_fully_defined():512 if not out_inner_shape.is_fully_defined():
39 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():
406 spec.shape.is_fully_defined()):430 value.shape.is_fully_defined()):
64 self.assertFalse(op[0].get_shape().is_fully_defined())
924 if self.is_fully_defined():1190 def is_fully_defined(self): member in TensorShape1201 if not self.is_fully_defined():
116 if output_shape.is_fully_defined():
54 name: "is_fully_defined"