Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for printpath (0.22 sec)

  1. src/cmd/go/internal/load/pkg.go

    	var parentPath, parentDir, parentRoot string
    	parentIsStd := false
    	if parent != nil {
    		parentPath = parent.ImportPath
    		parentDir = parent.Dir
    		parentRoot = parent.Root
    		parentIsStd = parent.Standard
    	}
    	return resolveImportPath(path, parentPath, parentDir, parentRoot, parentIsStd)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        that it matches that of the subsequent TPUExecute{,AndUpdateVariables}
        op.
      }];
      let constructor = "TFTPU::CreateColocateTPUCopyWithDynamicShapePass()";
    }
    
    def PrintPass : Pass<"tf-print", "ModuleOp"> {
      let summary = "Prints the current module.";
      let description = [{
        This prints the current module (by default, to stderr). The module is
        otherwise piped through without changes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top