Home
last modified time | relevance | path

Searched defs:IsFoldable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp753 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dinstruction.cpp753 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.cpp753 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/
H A Dpass.cc580 bool OpPropertyHelper::IsFoldable(TFOp op) { in IsFoldable() function in mlir::tfg::OpPropertyHelper
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.cc947 bool ConstantFolding::IsFoldable(const NodeDef& node, in IsFoldable() function in tensorflow::grappler::ConstantFolding