Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for forbidden (2 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

            //     be a path from A to B).
            //
            // So check the legality of the edge contraction by checking if any of
            // the n^2 pairs of resource variable operations are forbidden.
            if (unsafe_resource_deps_.contains(
                    {resource_var_from, resource_var_to})) {
              return LogNotContractableAndReturnFalse(
                  from, to,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// If this is the first validation in the list to fail, this reason, as well as the
    	// corresponding HTTP response code, are used in the
    	// HTTP response to the client.
    	// The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge".
    	// If not set, StatusReasonInvalid is used in the response to the client.
    	// +optional
    	Reason *metav1.StatusReason `json:"reason,omitempty" protobuf:"bytes,3,opt,name=reason"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/init.go

    			return "", err
    		}
    		return info.Version, nil
    	}
    }
    
    // AllowMissingModuleImports allows import paths to be resolved to modules
    // when there is no module root. Normally, this is forbidden because it's slow
    // and there's no way to make the result reproducible, but some commands
    // like 'go get' are expected to do this.
    //
    // This function affects the default cfg.BuildMod when outside of a module,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
Back to top