Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 40 for Imported (0.4 sec)

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

    	// for example, if the package doesn't exist or if the import path is malformed.
    	// On the other hand, don't include a position if the problem is with the imported package,
    	// for example there are no Go files (NoGoError), or there's a problem in the imported
    	// package's source files themselves (scanner errors).
    	//
    	// TODO(matloob): Perhaps make each of those the errors in the first group
    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/translate/import_model.cc

        TF_RETURN_IF_ERROR(importer.PrepareConvert(*fbody->graph));
    
        TF_ASSIGN_OR_RETURN(auto func_type, importer.InferLibFunctionType(*fbody));
    
        absl::InlinedVector<OutputTensor, 4> arg_nodes;
        absl::InlinedVector<OutputTensor, 4> ret_nodes;
        absl::InlinedVector<Node*, 4> control_ret_nodes;
        importer.GetArgsAndRetsFromFunctionBody(*fbody, &arg_nodes, &ret_nodes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //
    // # Controlling version control with GOVCS
    //
    // The 'go get' command can run version control commands like git
    // to download imported code. This functionality is critical to the decentralized
    // Go package ecosystem, in which code can be imported from any server,
    // but it is also a potential security problem, if a malicious server finds a
    // way to cause the invoked version control command to run unintended code.
    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. doc/go1.17_spec.html

    depends on functionality of the <i>imported</i> package
    (<a href="#Program_initialization_and_execution">§Program initialization and execution</a>)
    and enables access to <a href="#Exported_identifiers">exported</a> identifiers
    of that package.
    The import names an identifier (PackageName) to be used for access and an ImportPath
    that specifies the package to be imported.
    </p>
    
    <pre class="ebnf">
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/exec.go

    			return true
    		}
    	}
    	return false
    }
    
    // dynimport creates a Go source file named importGo containing
    // //go:cgo_import_dynamic directives for each symbol or library
    // dynamically imported by the object files outObj.
    // dynOutGo, if not empty, is a new Go file to build as part of the package.
    // dynOutObj, if not empty, is a new file to add to the generated archive.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        Note #1, this Op will not include TF Lite custom ops defined using CustomOp.
        Note #2, this op is just internal representation inside the converter and
        are not exposed/exported when the model is exported to Flatbuffer.
      }];
    
      let arguments = (ins
        Variadic<TFL_TensorOfOrNone<[AnyType]>>:$input
      );
      let results = (outs Variadic<AnyTensor>:$output);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        op. The order of ops will be preserved. Functions named `main` with no
        `tf.entry_function` attribute will not be pruned, as such graphs/functions may
        have been imported from a V1 TensorFlow graph, where feeds/fetches/targets are
        not provided at certain stages of IR transformation (e.g. pre-placement).
    
        Option `ops-to-preserve` allows to specify ops that should not be pruned,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  8. src/reflect/all_test.go

    				return
    			}
    			field := typ.Field(0)
    			n := field.Name
    			if n == "" {
    				panic("field.Name must not be empty")
    			}
    			exported := token.IsExported(n)
    			if exported != test.exported {
    				t.Errorf("test-%d: got exported=%v want exported=%v", i, exported, test.exported)
    			}
    			if field.PkgPath != test.field.PkgPath {
    				t.Errorf("test-%d: got PkgPath=%q want pkgPath=%q", i, field.PkgPath, test.field.PkgPath)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // zw : https://www.potraz.gov.zw/
    // Confirmed by registry <******@****.***> 2017-01-25
    zw
    ac.zw
    co.zw
    gov.zw
    mil.zw
    org.zw
    
    
    // newGTLDs
    
    // List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2023-02-15T15:49:53Z
    // This list is auto-generated, don't edit it manually.
    // aaa : 2015-02-26 American Automobile Association, Inc.
    aaa
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    namespaces to which services, service entries, virtual services, destination # rules should be exported to. Currently only one value can be provided in this list. This value # should be one of the following two options: # * implies these objects are visible to all namespaces, enabling any sidecar to talk to any other sidecar. # . implies these objects are visible to only to sidecars in the same namespace, or if imported as a Sidecar.egress.host defaultConfigVisibil: [] # Default node selector to be applied...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top