Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for export_type (0.11 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

    // NOLINTNEXTLINE
    opt<std::string> output_path("o", llvm::cl::desc("<output path>"),
                                 llvm::cl::Required);
    
    // NOLINTNEXTLINE
    opt<std::string> export_type("export-type", llvm::cl::desc("<export type>"),
                                 llvm::cl::Optional, llvm::cl::init("mlir"));
    
    // NOLINTNEXTLINE
    opt<bool> verbose(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go

    			path, ok := cfg.ImportMap[importPath] // resolve vendoring, etc
    			if !ok {
    				return nil, fmt.Errorf("can't resolve import %q", path)
    			}
    			return compilerImporter.Import(path)
    		})
    	}
    
    	exportTypes = func(*Config, *token.FileSet, *types.Package) error {
    		// By default this is a no-op, because "go vet"
    		// makes the compiler produce type information.
    		return nil
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top