Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for ToOpts (0.1 sec)

  1. tensorflow/BUILD

    #     define_values = {"PORTABLE_PROTO_TRANSITION_MODE": "third_party"},
    #     visibility = ["//visibility:public"],
    # )
    # copybara:uncomment_end
    
    # 'enable_registration_v2' opts-in to a different implementation of op and
    # kernel registration - REGISTER_OP, REGISTER_KERNEL_BUILDER, etc.
    #
    # This setting is currently experimental. The 'v2' implementation does _not_
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      return allowlist;
    }
    
    Status MarkForCompilationPassImpl::FindCompilationCandidates() {
      OptimizerOptions opts;
      std::unique_ptr<ProcessFunctionLibraryRuntime> pflr(
          new ProcessFunctionLibraryRuntime(nullptr, env_, /*config=*/nullptr,
                                            TF_GRAPH_DEF_VERSION, flib_def_, opts));
      FunctionLibraryRuntime* lib_runtime =
          pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. pkg/kubelet/server/server_test.go

    			fw := newServerTestWithDebug(true, ss)
    			defer fw.testHTTPServer.Close()
    
    			portForwardFuncDone := make(chan struct{})
    
    			fw.fakeKubelet.getPortForwardCheck = func(name, namespace string, uid types.UID, opts portforward.V4Options) {
    				assert.Equal(t, podName, name, "pod name")
    				assert.Equal(t, podNamespace, namespace, "pod namespace")
    				if test.uid {
    					assert.Equal(t, testUID, string(uid), "uid")
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
Back to top