Searched refs:IsIdenticalTo (Results 1 – 9 of 9) sorted by relevance
35 EXPECT_TRUE(output_shape.IsIdenticalTo(PartialTensorShape())); in TEST()44 EXPECT_TRUE(output_shape.IsIdenticalTo(PartialTensorShape({-1, 2, 3}))); in TEST()53 EXPECT_TRUE(output_shape.IsIdenticalTo(PartialTensorShape({1, 2, 3}))); in TEST()61 EXPECT_TRUE(output_shape.IsIdenticalTo(TensorShape())); in TEST()
136 EXPECT_TRUE(shapes[i].IsIdenticalTo(shapes[j])); in TEST()138 EXPECT_FALSE(shapes[i].IsIdenticalTo(shapes[j])); in TEST()
711 bool PartialTensorShape::IsIdenticalTo(const PartialTensorShape& shape) const { in IsIdenticalTo() function in tensorflow::PartialTensorShape766 if (!shapes0[i].IsIdenticalTo(shapes1[i])) { in AreIdentical()
439 bool IsIdenticalTo(const PartialTensorShape& shape) const;
81 EXPECT_TRUE(op_.IsIdenticalTo(op_as_op)); in TEST_F()
278 bool modified = !resource->value().IsIdenticalTo(resource->initial_value()); in BuildComputation()284 !grad.second->value().IsIdenticalTo(grad.second->initial_value()) || in BuildComputation()
521 OP_REQUIRES(c, l_a->element_shape.IsIdenticalTo(l_b->element_shape), in Compute()
142 if (shape.IsIdenticalTo(PartialTensorShape())) { in PrintTensorShape()
81 bool IsIdenticalTo(XlaOp rhs) const { in IsIdenticalTo() function