Searched refs:is_fully_defined (Results 1 – 25 of 100) sorted by relevance
1234
117 validate_shape = val.get_shape().is_fully_defined()154 validate_shape = shape.is_fully_defined()186 if slot_shape.is_fully_defined():
218 if (vec.get_shape().is_fully_defined() and219 self.block_shape.is_fully_defined()):243 if vec.get_shape().is_fully_defined():320 if trailing_dims.is_fully_defined():445 if self.shape.is_fully_defined():480 if self.spectrum.get_shape().is_fully_defined():
277 if special_shape.is_fully_defined():319 if self.batch_shape.is_fully_defined():326 if self.batch_shape.is_fully_defined():445 if self.shape.is_fully_defined():
91 if self.shape.is_fully_defined():333 if special_shape.is_fully_defined():367 if self.batch_shape.is_fully_defined():686 if self.batch_shape.is_fully_defined():
295 if self.shape.is_fully_defined():330 if self.batch_shape.is_fully_defined():924 if self.batch_shape.is_fully_defined():
239 if self.shape.is_fully_defined():367 if self.shape.is_fully_defined():
37 if shape.is_fully_defined():54 if shape.is_fully_defined():
231 if static_sample_shape.is_fully_defined():314 if (self.batch_shape.is_fully_defined() and315 self.event_shape.is_fully_defined()):328 x.shape[sample_ndims:].is_fully_defined()):376 if batch_shape_static.is_fully_defined():
246 if not (counts.shape.is_fully_defined()247 and self.probs.shape.is_fully_defined()
200 if (not x.get_shape().is_fully_defined() or201 not logits.get_shape().is_fully_defined() or
348 if static_samples_shape.is_fully_defined():355 if static_batch_shape.is_fully_defined():362 if static_event_shape.is_fully_defined():
275 if (not x.get_shape().is_fully_defined() or276 not logits.get_shape().is_fully_defined() or
313 if a.event_shape.is_fully_defined() and b.event_shape.is_fully_defined():
173 if mdbs.is_fully_defined() and cdbs.is_fully_defined():
39 if image.get_shape()[1:3].is_fully_defined():131 if image.get_shape().is_fully_defined():
162 if (weights_shape.is_fully_defined() and163 values_shape.is_fully_defined() and
37 if not fft_shape.is_fully_defined():50 if not fft_shape.is_fully_defined():74 if fft_shape.is_fully_defined() and input_tensor.shape.ndims is not None:78 if input_fft_shape.is_fully_defined():
204 and not expected_shape.is_fully_defined()):227 tensor_shape.as_list() if tensor_shape.is_fully_defined()277 if (not actual_shape.is_fully_defined()
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
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()
206 if not x.shape.is_fully_defined():252 if not y.shape.is_fully_defined():
182 if shape_.is_fully_defined():221 x_ndims_-event_ndims_in_:].is_fully_defined()):
129 if not shape.is_fully_defined():
866 if self.is_fully_defined():1104 def is_fully_defined(self): member in TensorShape1115 if not self.is_fully_defined():