Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for DialectAsmPrinter (0.68 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      // more efficient computationally.
      bool shouldMaterializeInto(Region* region) const final {
        return isa<WhileOp>(region->getParentOp());
      }
    };
    
    void TFLDialect::printType(Type type, DialectAsmPrinter& os) const {
      if (type.isa<ControlType>()) {
        os << "control";
        return;
      }
      os << "<unknown TFL type>";
    }
    
    Type TFLDialect::parseType(DialectAsmParser& parser) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top