Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StatusScopedDiagnosticHandler (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // The shape_refinner_ will be nullptr if shape inference on import is
      // not enabled.
      std::unique_ptr<ShapeRefiner> shape_refiner_ = nullptr;
      NameUniquifier* function_name_uniquifier_;
      mlir::StatusScopedDiagnosticHandler error_handler_;
      // All the TF ops encountered that aren't modelled in dialect.
      llvm::DenseSet<mlir::StringAttr> unmodelled_op_names_;
    
     protected:
      // Maps feed as TensorId to new Placeholder node name.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top