Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for embeddeds (0.37 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    def XlaCallModuleDeserializationPass
        : Pass<"tf-xla-call-module-deserialization", "ModuleOp"> {
      let summary = "Deserializes StableHLO functions embedded in `tf.XlaCallModule` to top level module";
    
      let description = [{
        This pass deserializes the StableHLO bytecodes embedded in tf.XlaCallModule,
        then outlines the functions in the deserialized StableHLO module to the top
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      // Infers the shape CaseRegion outputs based on the shapes of the branch
      // yields.
      bool InferShapeForCaseRegion(CaseRegionOp op);
    
      // Infers the shape CaseRegion outputs based on the embedded StableHLO module.
      // Returns true if a return type was changed.
      bool InferShapeForXlaCallModule(XlaCallModuleOp op);
    
      // Infers the shape of _XlaHostComputeMlir based on the host computation
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //	    SysoFiles         []string   // .syso object files to add to archive
    //	    TestGoFiles       []string   // _test.go files in package
    //	    XTestGoFiles      []string   // _test.go files outside package
    //
    //	    // Embedded files
    //	    EmbedPatterns      []string // //go:embed patterns
    //	    EmbedFiles         []string // files matched by EmbedPatterns
    //	    TestEmbedPatterns  []string // //go:embed patterns in TestGoFiles
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    	// If not, the reason is already recorded in buildGcflags.
    	fmt.Fprintf(h, "compile\n")
    
    	// Include information about the origin of the package that
    	// may be embedded in the debug info for the object file.
    	if cfg.BuildTrimpath {
    		// When -trimpath is used with a package built from the module cache,
    		// its debug information refers to the module path and version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top