Home
last modified time | relevance | path

Searched refs:assert_is_compatible_with (Results 1 – 25 of 53) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/losses/python/losses/
Dloss_ops.py267 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
312 logits.get_shape().assert_is_compatible_with(multi_class_labels.get_shape())
361 logits.get_shape().assert_is_compatible_with(onehot_labels.get_shape())
443 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
477 logits.get_shape().assert_is_compatible_with(labels.get_shape())
514 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
568 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
642 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape_test.py256 s.assert_is_compatible_with([3, 4, 7])
300 tensor_shape.TensorShape([1, 2, 3]).assert_is_compatible_with(known[1:4])
307 [None, None, None]).assert_is_compatible_with(unknown[1:4])
310 tensor_shape.TensorShape([1, 2, 3, 4]).assert_is_compatible_with(
313 tensor_shape.TensorShape([1, 2, 3, 4]).assert_is_compatible_with(
316 tensor_shape.TensorShape([1, 2, 3, 4]).assert_is_compatible_with(
319 tensor_shape.TensorShape([1, 2, 3, 4]).assert_is_compatible_with(
322 tensor_shape.TensorShape([1, 2, 3]).assert_is_compatible_with(
347 tensor_shape.TensorShape([]).assert_is_compatible_with(
349 tensor_shape.TensorShape([37]).assert_is_compatible_with(
[all …]
Dcommon_shapes.py114 inner_a.assert_is_compatible_with(inner_b)
211 input_shape[3].assert_is_compatible_with(filter_shape[2])
270 input_shape[3].assert_is_compatible_with(filter_shape[2])
Dtensor_shape.py252 def assert_is_compatible_with(self, other): member in Dimension
294 self.assert_is_compatible_with(other)
1059 def assert_is_compatible_with(self, other): member in TensorShape
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py258 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
312 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
360 logits.get_shape().assert_is_compatible_with(labels.get_shape())
429 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
495 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
566 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
648 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
705 logits.get_shape().assert_is_compatible_with(multi_class_labels.get_shape())
771 logits.get_shape().assert_is_compatible_with(onehot_labels.get_shape())
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/
Deval_utils_test.py38 images.shape.assert_is_compatible_with([1, 13 * 32, 2 * 32, 3])
44 images.shape.assert_is_compatible_with([1, 13 * 32, 2 * 32, 3])
Dclassifier_metrics_test.py238 logits.shape.assert_is_compatible_with([batch_size, 1001])
262 pool.shape.assert_is_compatible_with([batch_size, 2048])
281 logits.shape.assert_is_compatible_with([batch_size, 1001])
282 pool.shape.assert_is_compatible_with([batch_size, 2048])
Dsummaries_impl.py159 gan_model.generated_data.shape.assert_is_compatible_with(
161 gan_model.real_data.shape.assert_is_compatible_with(
Dsliced_wasserstein_impl.py236 real_images.shape.assert_is_compatible_with([None, None, height, 3])
237 fake_images.shape.assert_is_compatible_with(real_images.shape)
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dsoftmax_centered.py114 y.shape.assert_is_compatible_with(shape)
139 x.shape.assert_is_compatible_with(shape)
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator.py618 self.shape, self_dim).assert_is_compatible_with(
660 self.shape, self_dim).assert_is_compatible_with(x.get_shape()[-1])
790 self.shape, self_dim).assert_is_compatible_with(
845 self.shape, self_dim).assert_is_compatible_with(
Dlinear_operator_low_rank_update.py280 self.base_operator.domain_dimension).assert_is_compatible_with(
284 tensor_shape.dimension_at_index(uv_shape, -1).assert_is_compatible_with(
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/
Dseq2seq.py286 proj_weights.get_shape().assert_is_compatible_with([None, num_symbols])
288 proj_biases.get_shape().assert_is_compatible_with([num_symbols])
471 proj_weights.get_shape().assert_is_compatible_with([None, num_symbols])
473 proj_biases.get_shape().assert_is_compatible_with([num_symbols])
773 proj_biases.get_shape().assert_is_compatible_with([num_symbols])
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-dimension.pbtxt14 name: "assert_is_compatible_with"
Dtensorflow.-tensor-shape.pbtxt34 name: "assert_is_compatible_with"
/external/tensorflow/tensorflow/contrib/training/python/training/
Dsampling_ops.py307 tensor_shape.dimension_at_index(shape, 0).assert_is_compatible_with(
348 tensor_shape.dimension_at_index(shape, 0).assert_is_compatible_with(
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor.py337 values.shape[:1].assert_is_compatible_with(value_rowids.shape)
1011 self.values.shape[:1].assert_is_compatible_with(new_values.shape[:1])
1148 padding.shape.assert_is_compatible_with(tensor.shape[2:])
1266 default_value.shape.assert_is_compatible_with(values.shape[1:])
1279 default_value.shape.assert_is_compatible_with(values.shape[1:])
/external/tensorflow/tensorflow/contrib/nn/python/ops/
Dalpha_dropout.py64 keep_prob.get_shape().assert_is_compatible_with(tensor_shape.scalar())
/external/tensorflow/tensorflow/contrib/gan/python/losses/python/
Dlosses_impl.py154 discriminator_real_outputs.shape.assert_is_compatible_with(
712 discriminator_real_outputs.shape.assert_is_compatible_with(
845 loss.shape.assert_is_compatible_with([])
/external/tensorflow/tensorflow/python/ops/
Dembedding_ops.py467 sp_ids.values.get_shape().assert_is_compatible_with(
469 sp_ids.indices.get_shape().assert_is_compatible_with(
471 sp_ids.dense_shape.get_shape().assert_is_compatible_with(
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py742 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
778 thresh_tiled.get_shape().assert_is_compatible_with(
1198 labels.get_shape().assert_is_compatible_with(predictions.get_shape())
1613 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
3198 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
3334 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
3416 predictions.get_shape().assert_is_compatible_with(labels.get_shape())
3867 predictions_idx.get_shape().assert_is_compatible_with(labels.get_shape())
/external/tensorflow/tensorflow/contrib/kernel_methods/python/
Dlosses.py112 weights.get_shape().assert_is_compatible_with(labels.get_shape())
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-tensor-shape.pbtxt34 name: "assert_is_compatible_with"
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dar_model.py388 times.get_shape().assert_is_compatible_with([None, self.window_size])
391 values.get_shape().assert_is_compatible_with(
394 exogenous_regressors.get_shape().assert_is_compatible_with(
701 targets.get_shape().assert_is_compatible_with(prediction.get_shape())
/external/tensorflow/tensorflow/contrib/gan/python/features/python/
Dspectral_normalization_impl.py97 spectral_norm.shape.assert_is_compatible_with([1, 1])

123