Home
last modified time | relevance | path

Searched defs:ConstantPushDown (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/
H A Dpass.cc2440 class ConstantPushDown : public ConstantPushDownBase<ConstantPushDown> { class
2442 explicit ConstantPushDown(OpPropertyHelper &helper) in ConstantPushDown() function in mlir::tfg::ConstantPushDown
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.cc3341 bool ConstantFolding::ConstantPushDown(GraphProperties* properties, in ConstantPushDown() function in tensorflow::grappler::ConstantFolding
H A Dconstant_folding_test.cc458 TEST_F(ConstantFoldingTest, ConstantPushDown) { in TEST_F() argument