Searched defs:ConstantPushDown (Results 1 – 3 of 3) sorted by relevance
2440 class ConstantPushDown : public ConstantPushDownBase<ConstantPushDown> { class2442 explicit ConstantPushDown(OpPropertyHelper &helper) in ConstantPushDown() function in mlir::tfg::ConstantPushDown
3341 bool ConstantFolding::ConstantPushDown(GraphProperties* properties, in ConstantPushDown() function in tensorflow::grappler::ConstantFolding
458 TEST_F(ConstantFoldingTest, ConstantPushDown) { in TEST_F() argument