Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 487 for checkSeq (0.21 sec)

  1. tensorflow/cc/framework/gradients.cc

          ++requested_grads[nout.node()];
        }
      }
      for (const auto& p : requested_grads) {
        int num_requested_inputs = p.first->num_outputs() - pending_[p.first->id()];
        CHECK_EQ(num_requested_inputs, p.second);
      }
      return absl::OkStatus();
    }
    
    }  // namespace
    
    Status AddSymbolicGradients(const Scope& scope,
                                const std::vector<Output>& outputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 22K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/call.go

    func (check *Checker) use(args ...syntax.Expr) bool { return check.useN(args, false) }
    
    // useLHS is like use, but doesn't "use" top-level identifiers.
    // It should be called instead of use if the arguments are
    // expressions on the lhs of an assignment.
    func (check *Checker) useLHS(args ...syntax.Expr) bool { return check.useN(args, true) }
    
    func (check *Checker) useN(args []syntax.Expr, lhs bool) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCompletionCandidateChecker.kt

            possibleExplicitReceiver: KtExpression?,
        ): KaExtensionApplicabilityResult = analysisSession.withValidityAssertion {
            val checker = KaFirCompletionExtensionCandidateChecker(analysisSession, nameExpression, possibleExplicitReceiver, originalFile)
            return with(analysisSession) {
                checker.computeApplicability(firSymbolForCandidate)
            }
        }
    }
    
    private class KaFirCompletionExtensionCandidateChecker(
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtCompletionCandidateChecker.kt

    public interface KaCompletionCandidateCheckerMixIn : KaSessionMixIn {
        /**
         * Returns an extension applicability checker for the given context [nameExpression].
         * The function is meant to only be used for providing auto-completion for Kotlin in IntelliJ IDEA.
         *
         * The returned checker does not cache the results for individual callable candidates.
         *
         * @param originalFile The file being edited.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  5. tests/integration/telemetry/api/wasmplugin_test.go

    			Method: "GET",
    		},
    		Count: 1,
    		Retry: echo.Retry{
    			Options: append(defaultOptions, options...),
    		},
    		Check: checker,
    	}
    
    	_ = cltInstance.CallOrFail(ctx, httpOpts)
    }
    
    func sendTrafficToHostname(ctx framework.TestContext, checker echo.Checker, hostname string, options ...retry.Option) {
    	ctx.Helper()
    	if len(GetClientInstances()) == 0 {
    		ctx.Fatal("there is no client")
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/instantiate.go

    			return nil, fmt.Errorf("got %d type arguments but %s has %d type parameters", len(targs), orig, len(tparams))
    		}
    		if i, err := (*Checker)(nil).verify(nopos, tparams, targs, ctxt); err != nil {
    			return nil, &ArgumentError{i, err}
    		}
    	}
    
    	inst := (*Checker)(nil).instance(nopos, orig_, targs, nil, ctxt)
    	return inst, nil
    }
    
    // instance instantiates the given original (generic) function or type with the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/utils/KtFe10TypeSystemCommonBackendContextForTypeMapping.kt

    import org.jetbrains.kotlin.name.StandardClassIds
    import org.jetbrains.kotlin.resolve.lazy.ResolveSession
    import org.jetbrains.kotlin.types.*
    import org.jetbrains.kotlin.types.checker.ClassicTypeSystemContext
    import org.jetbrains.kotlin.types.checker.NewTypeVariableConstructor
    import org.jetbrains.kotlin.types.error.ErrorTypeConstructor
    import org.jetbrains.kotlin.types.error.ErrorTypeKind
    import org.jetbrains.kotlin.types.error.ErrorUtils
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. manifests/addons/dashboards/README.md

    This is the preferred method for any new dashboards.
    
    ## Legacy Dashboards
    
    Many of our older dashboards are manually created in the UI and exported as JSON and checked in.
    
    ## Generation
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 815 bytes
    - Viewed (0)
  9. tests/integration/security/normalization_test.go

    							for _, expected := range tt.expectations {
    								expected := expected
    								t.NewSubTest(expected.in).Run(func(t framework.TestContext) {
    									checker := check.URL(expected.out)
    									if expected.out == "400" {
    										checker = check.Status(http.StatusBadRequest)
    									}
    									from.CallOrFail(t, echo.CallOptions{
    										To:    to,
    										Count: 1,
    										HTTP: echo.HTTP{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/aliases/aliases.go

    // type is an [types.Alias]. Its value must be the result of a call to
    // [Enabled], which computes the effective value of
    // GODEBUG=gotypesalias=... by invoking the type checker. The Enabled
    // function is expensive and should be called once per task (e.g.
    // package import), not once per call to NewAlias.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top