Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for callName (0.2 sec)

  1. cmd/config-current.go

    		if _, err := subnet.LookupConfig(s[config.SubnetSubSys][config.Default], nil); err != nil {
    			return err
    		}
    	case config.CallhomeSubSys:
    		cfg, err := callhome.LookupConfig(s[config.CallhomeSubSys][config.Default])
    		if err != nil {
    			return err
    		}
    		// callhome cannot be enabled if license is not registered yet, throw an error.
    		if cfg.Enabled() && !globalSubnetConfig.Registered() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 08:14:58 UTC 2024
    - 30.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/compilability_check_util.cc

        absl::string_view call_name) {
      std::vector<NameAttrList> attr_lists;
      TF_RETURN_IF_ERROR(GetNodeAttr(node.attrs(), attr_name, &attr_lists));
    
      std::vector<NodeDef> out;
      out.reserve(attr_lists.size());
      for (int i = 0; i < attr_lists.size(); i++) {
        out.emplace_back();
        NodeDef& inserted = out.back();
        inserted.set_name(absl::StrCat(call_name, "_", i));
        inserted.set_op(attr_lists[i].name());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  3. cmd/globals.go

    	globalLocalNodeNameHex string
    	globalNodeNamesHex     = make(map[string]struct{})
    
    	// The global subnet config
    	globalSubnetConfig subnet.Config
    
    	// The global callhome config
    	globalCallhomeConfig callhome.Config
    
    	// The global drive config
    	globalDriveConfig drive.Config
    
    	// The global cache config
    	globalCacheConfig cache.Config
    
    	// Global server's network statistics
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/compilability_check_util.h

      // Returns compilability of node def retrieved from `node`'s attribute with
      // name `attr_name`.
      bool ExtractNodeDefAndCheckCompilability(
          const Node& node, const std::string& attr_name,
          const std::string& call_name, NameAttrList* encapsulating_function,
          FunctionLibraryRuntime* lib_runtime,
          std::vector<StackFrameView>* stack_trace,
          UncompilableNodesMap* uncompilable_nodes) const;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go

    	r0, _ := callumask(mask)
    	oldmask = int(r0)
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Uname(buf *Utsname) (err error) {
    	_, e1 := calluname(uintptr(unsafe.Pointer(buf)))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Unlink(path string) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 30K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go

    func callumask(mask int) (r1 uintptr, e1 Errno) {
    	r1 = uintptr(C.umask(C.int(mask)))
    	e1 = syscall.GetErrno()
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func calluname(buf uintptr) (r1 uintptr, e1 Errno) {
    	r1 = uintptr(C.uname(C.uintptr_t(buf)))
    	e1 = syscall.GetErrno()
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 30.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go

    	r1, _, e1 = rawSyscall6(uintptr(unsafe.Pointer(&libc_umask)), 1, uintptr(mask), 0, 0, 0, 0, 0)
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func calluname(buf uintptr) (r1 uintptr, e1 Errno) {
    	r1, _, e1 = rawSyscall6(uintptr(unsafe.Pointer(&libc_uname)), 1, buf, 0, 0, 0, 0, 0)
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 42.4K bytes
    - Viewed (0)
  8. cmd/admin-handlers-config-kv.go

    		}
    		return
    	}
    
    	if result.Dynamic {
    		applyDynamic(ctx, objectAPI, result.Cfg, result.SubSys, r, w)
    		// If logger webhook config updated (proxy due to callhome), explicitly dynamically
    		// apply the config
    		if result.LoggerWebhookCfgUpdated {
    			applyDynamic(ctx, objectAPI, result.Cfg, config.LoggerWebhookSubSys, r, w)
    		}
    	}
    
    	writeSuccessResponseHeadersOnly(w)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  9. src/os/os_windows_test.go

    		// http://daviddeley.com/autohotkey/parameters/parameters.htm#WINARGV
    		// from 5.4  Examples
    		` CallMeIshmael`,
    		` "Call Me Ishmael"`,
    		` Cal"l Me I"shmael`,
    		` CallMe\"Ishmael`,
    		` "CallMe\"Ishmael"`,
    		` "Call Me Ishmael\\"`,
    		` "CallMe\\\"Ishmael"`,
    		` a\\\b`,
    		` "a\\\b"`,
    		// from 5.5  Some Common Tasks
    		` "\"Call Me Ishmael\""`,
    		` "C:\TEST A\\"`,
    		` "\"C:\TEST A\\\""`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top