Searched refs:assert_is_compatible_with (Results 1 – 25 of 53) sorted by relevance
123
267 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())
256 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 …]
114 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])
252 def assert_is_compatible_with(self, other): member in Dimension294 self.assert_is_compatible_with(other)1059 def assert_is_compatible_with(self, other): member in TensorShape
258 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())
38 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])
238 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])
159 gan_model.generated_data.shape.assert_is_compatible_with(161 gan_model.real_data.shape.assert_is_compatible_with(
236 real_images.shape.assert_is_compatible_with([None, None, height, 3])237 fake_images.shape.assert_is_compatible_with(real_images.shape)
114 y.shape.assert_is_compatible_with(shape)139 x.shape.assert_is_compatible_with(shape)
618 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(
280 self.base_operator.domain_dimension).assert_is_compatible_with(284 tensor_shape.dimension_at_index(uv_shape, -1).assert_is_compatible_with(
286 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])
14 name: "assert_is_compatible_with"
34 name: "assert_is_compatible_with"
307 tensor_shape.dimension_at_index(shape, 0).assert_is_compatible_with(348 tensor_shape.dimension_at_index(shape, 0).assert_is_compatible_with(
337 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:])
64 keep_prob.get_shape().assert_is_compatible_with(tensor_shape.scalar())
154 discriminator_real_outputs.shape.assert_is_compatible_with(712 discriminator_real_outputs.shape.assert_is_compatible_with(845 loss.shape.assert_is_compatible_with([])
467 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(
742 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())
112 weights.get_shape().assert_is_compatible_with(labels.get_shape())
388 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())
97 spectral_norm.shape.assert_is_compatible_with([1, 1])