Searched refs:IsIdenticalTo (Results 1 – 12 of 12) sorted by relevance
136 EXPECT_TRUE(shapes[i].IsIdenticalTo(shapes[j])); in TEST()138 EXPECT_FALSE(shapes[i].IsIdenticalTo(shapes[j])); in TEST()
690 bool PartialTensorShape::IsIdenticalTo(const PartialTensorShape& shape) const { in IsIdenticalTo() function in tensorflow::PartialTensorShape745 if (!shapes0[i].IsIdenticalTo(shapes1[i])) { in AreIdentical()
426 bool IsIdenticalTo(const PartialTensorShape& shape) const;
81 EXPECT_TRUE(op_.IsIdenticalTo(op_as_op)); in TEST_F()
262 bool modified = !resource->value().IsIdenticalTo(resource->initial_value()); in BuildComputation()268 !grad.second->value().IsIdenticalTo(grad.second->initial_value()) || in BuildComputation()
184 range_dataset->output_shapes()[i].IsIdenticalTo(expected_shapes[i])); in TEST_F()311 EXPECT_TRUE(iterator->output_shapes()[i].IsIdenticalTo(expected_shapes[i])); in TEST_F()
288 EXPECT_TRUE(test_case.expected_output_shapes[i].IsIdenticalTo( in TEST_F()415 EXPECT_TRUE(test_case.expected_output_shapes[i].IsIdenticalTo( in TEST_P()
311 produced_output_shapes[i].IsIdenticalTo(expected_outputs[i].shape())); in TEST_F()481 produced_output_shapes[i].IsIdenticalTo(expected_outputs[i].shape())); in TEST_F()
252 map_dataset->output_shapes()[i].IsIdenticalTo(expected_shapes[i])); in TEST_F()406 EXPECT_TRUE(iterator->output_shapes()[i].IsIdenticalTo(expected_shapes[i])); in TEST_F()
584 OP_REQUIRES(c, l_a->element_shape.IsIdenticalTo(l_b->element_shape), in Compute()
136 if (shape.IsIdenticalTo(PartialTensorShape())) { in PrintTensorShape()
81 bool IsIdenticalTo(const XlaOp& rhs) const { in IsIdenticalTo() function