HomeSort by relevance Sort by last modified time
    Searched refs:is_fully_defined (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/tensorflow/tensorflow/contrib/solvers/python/ops/
util.py 37 if shape.is_fully_defined():
54 if shape.is_fully_defined():
  /external/tensorflow/tensorflow/python/training/
slot_creator.py 117 validate_shape = val.get_shape().is_fully_defined()
154 validate_shape = shape.is_fully_defined()
186 if slot_shape.is_fully_defined():
adagrad.py 74 if v.get_shape().is_fully_defined():
  /external/tensorflow/tensorflow/python/ops/
image_grad.py 39 if image.get_shape()[1:3].is_fully_defined():
131 if image.get_shape().is_fully_defined():
weights_broadcast_ops.py 162 if (weights_shape.is_fully_defined() and
163 values_shape.is_fully_defined() and
partitioned_variables.py 127 if not shape.is_fully_defined():
  /external/tensorflow/tensorflow/contrib/training/python/training/
device_setter.py 129 if not shape.is_fully_defined():
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
batch_reshape.py 231 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():
binomial.py 246 if not (counts.shape.is_fully_defined()
247 and self.probs.shape.is_fully_defined()
onehot_categorical.py 200 if (not x.get_shape().is_fully_defined() or
201 not logits.get_shape().is_fully_defined() or
estimator.py 154 labels_batch_shape.as_list() if labels_batch_shape.is_fully_defined()
independent.py 313 if a.event_shape.is_fully_defined() and b.event_shape.is_fully_defined():
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_circulant.py 218 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():
    [all...]
linear_operator_zeros.py 277 if special_shape.is_fully_defined():
278 # bshape.is_fully_defined iff 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():
linear_operator_identity.py 91 if self.shape.is_fully_defined():
333 if special_shape.is_fully_defined():
334 # bshape.is_fully_defined iff special_shape.is_fully_defined.
367 if self.batch_shape.is_fully_defined():
686 if self.batch_shape.is_fully_defined():
  /external/tensorflow/tensorflow/contrib/framework/python/framework/
tensor_util.py 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()
  /external/tensorflow/tensorflow/core/nccl/
nccl_rewrite.cc 204 bool is_fully_defined = TensorShape(shape_proto).IsFullyDefined(); local
207 if (!is_fully_defined) {
220 if (is_fully_defined) {
  /external/tensorflow/tensorflow/python/ops/distributions/
categorical.py 49 params.shape[:-1].is_fully_defined() and
50 event.shape.is_fully_defined())
226 if logits_shape_static[:-1].is_fully_defined():
bernoulli.py 148 if not (event.get_shape().is_fully_defined() and
149 logits.get_shape().is_fully_defined() and
  /external/tensorflow/tensorflow/contrib/optimizer_v2/
adagrad.py 68 if v.get_shape().is_fully_defined():
  /external/tensorflow/tensorflow/python/kernel_tests/
save_restore_ops_test.py 63 self.assertFalse(op[0].get_shape().is_fully_defined())
  /external/tensorflow/tensorflow/python/ops/signal/
fft_ops.py 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():
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
batch_normalization.py 206 if not x.shape.is_fully_defined():
252 if not y.shape.is_fully_defined():
reshape.py 182 if shape_.is_fully_defined():
221 x_ndims_-event_ndims_in_:].is_fully_defined()):
  /external/tensorflow/tensorflow/python/ops/parallel_for/
gradients.py 111 if output_shape.is_fully_defined():

Completed in 6088 milliseconds

1 2 3 4