HomeSort by relevance Sort by last modified time
    Searched refs:ShapesAgreeUpToBroadcasting (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/
tooling_util_test.cc 70 EXPECT_TRUE(ShapesAgreeUpToBroadcasting(param.left, param.right));
76 EXPECT_TRUE(ShapesAgreeUpToBroadcasting(param.left, param.right));
81 EXPECT_TRUE(ShapesAgreeUpToBroadcasting(param.left, param.right));
87 EXPECT_FALSE(ShapesAgreeUpToBroadcasting(param.left, param.right));
tooling_util.h 113 bool ShapesAgreeUpToBroadcasting(const Shape& shape0, const Shape& shape1);
115 // A stricter constraint than ShapesAgreeUpToBroadcasting().
tooling_util.cc 553 bool ShapesAgreeUpToBroadcasting(const Shape& shape0, const Shape& shape1) {
    [all...]

Completed in 97 milliseconds