Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp470 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction
/external/angle/third_party/spirv-tools/src/source/opt/
Dinstruction.cpp577 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp543 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction
/external/v8/src/compiler/
Dnode-matchers.h294 bool IsFoldable() const { in IsFoldable() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc915 bool ConstantFolding::IsFoldable(const NodeDef& node, in IsFoldable() function in tensorflow::grappler::ConstantFolding