Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 91 of 91 for registry_ (0.14 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/target_hardware.h

      // Returns TypeId for the provided hardware.
      // Usually should be something like mlir::TypeID::get<MyType>()
      virtual mlir::TypeID GetTypeId() const = 0;
    
      virtual void GetDependentDialects(mlir::DialectRegistry& registry) const {}
    
     protected:
      // All registered hardware ops.
      std::vector<std::unique_ptr<TargetHardwareOperation>> hardware_ops_;
    };
    
    // Returns pointer to the Hardware identified by 'hardware_name'.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 09 21:39:59 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top