Searched defs:IsFoldable (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ | ||
D | instruction.cpp | 494 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction |
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ | ||
D | instruction.cpp | 494 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction |
/external/v8/src/compiler/ | ||
D | node-matchers.h | 253 bool IsFoldable() const { return left().HasValue() && right().HasValue(); } in IsFoldable() function |
/external/tensorflow/tensorflow/core/grappler/optimizers/ | ||
D | constant_folding.cc | 856 bool ConstantFolding::IsFoldable(const NodeDef& node) const { in IsFoldable() function in tensorflow::grappler::ConstantFolding |