Searched refs:IsFoldable (Results 1 – 11 of 11) sorted by relevance
171 if (m.IsFoldable()) { // K ror K => K in Reduce()179 if (m.IsFoldable()) { // K == K => K in Reduce()194 if (m.IsFoldable()) { // K == K => K in Reduce()219 if (m.IsFoldable()) { // K * K => K in Reduce()261 if (m.IsFoldable()) { // K < K => K in Reduce()277 if (m.IsFoldable()) { // K <= K => K in Reduce()287 if (m.IsFoldable()) { // K < K => K in Reduce()312 if (m.IsFoldable()) { // K <= K => K in Reduce()332 if (m.IsFoldable()) { // L - R => (L - R) in Reduce()356 if (m.IsFoldable()) { // K + K => K in Reduce()[all …]
253 bool IsFoldable() const { return left().HasValue() && right().HasValue(); } in IsFoldable() function
536 if (m.IsFoldable()) { in ReduceJSAdd()
126 if (!instr->IsFoldable()) { in VisitAssignment()
386 bool IsFoldable() const;
494 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction
74 bool IsFoldable(const NodeDef& node) const;
856 bool ConstantFolding::IsFoldable(const NodeDef& node) const { in IsFoldable() function in tensorflow::grappler::ConstantFolding1439 if (IsFoldable(graph_->node(i))) { in FoldGraph()1469 if (IsFoldable(*output)) { in FoldGraph()