Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/python/training/
Dslot_creator.py117 validate_shape = val.get_shape().is_fully_defined()
154 validate_shape = shape.is_fully_defined()
186 if slot_shape.is_fully_defined():
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_circulant.py218 if (vec.get_shape().is_fully_defined() and
219 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():
Dlinear_operator_zeros.py277 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():
Dlinear_operator_identity.py91 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():
Dlinear_operator.py295 if self.shape.is_fully_defined():
330 if self.batch_shape.is_fully_defined():
924 if self.batch_shape.is_fully_defined():
Dlinear_operator_block_diag.py239 if self.shape.is_fully_defined():
367 if self.shape.is_fully_defined():
/external/tensorflow/tensorflow/contrib/solvers/python/ops/
Dutil.py37 if shape.is_fully_defined():
54 if shape.is_fully_defined():
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dbatch_reshape.py231 if static_sample_shape.is_fully_defined():
314 if (self.batch_shape.is_fully_defined() and
315 self.event_shape.is_fully_defined()):
328 x.shape[sample_ndims:].is_fully_defined()):
376 if batch_shape_static.is_fully_defined():
Dbinomial.py246 if not (counts.shape.is_fully_defined()
247 and self.probs.shape.is_fully_defined()
Donehot_categorical.py200 if (not x.get_shape().is_fully_defined() or
201 not logits.get_shape().is_fully_defined() or
Dmixture.py348 if static_samples_shape.is_fully_defined():
355 if static_batch_shape.is_fully_defined():
362 if static_event_shape.is_fully_defined():
Drelaxed_onehot_categorical.py275 if (not x.get_shape().is_fully_defined() or
276 not logits.get_shape().is_fully_defined() or
Dindependent.py313 if a.event_shape.is_fully_defined() and b.event_shape.is_fully_defined():
Dmixture_same_family.py173 if mdbs.is_fully_defined() and cdbs.is_fully_defined():
/external/tensorflow/tensorflow/python/ops/
Dimage_grad.py39 if image.get_shape()[1:3].is_fully_defined():
131 if image.get_shape().is_fully_defined():
Dweights_broadcast_ops.py162 if (weights_shape.is_fully_defined() and
163 values_shape.is_fully_defined() and
/external/tensorflow/tensorflow/python/ops/signal/
Dfft_ops.py37 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():
/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dtensor_util.py204 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()
/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/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/contrib/distributions/python/ops/bijectors/
Dbatch_normalization.py206 if not x.shape.is_fully_defined():
252 if not y.shape.is_fully_defined():
Dreshape.py182 if shape_.is_fully_defined():
221 x_ndims_-event_ndims_in_:].is_fully_defined()):
/external/tensorflow/tensorflow/contrib/training/python/training/
Ddevice_setter.py129 if not shape.is_fully_defined():
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py866 if self.is_fully_defined():
1104 def is_fully_defined(self): member in TensorShape
1115 if not self.is_fully_defined():

1234