Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 587 for Grappler (0.54 sec)

  1. gradlew.bat

    goto fail
    
    :execute
    @rem Setup the command line
    
    set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
    
    
    @rem Execute Gradle
    "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
    
    :end
    @rem End local scope for the variables with windows NT shell
    if %ERRORLEVEL% equ 0 goto mainEnd
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 08:31:48 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. platforms/core-runtime/wrapper-main/src/main/java/org/gradle/wrapper/GradleWrapperMain.java

     */
    
    package org.gradle.wrapper;
    
    import org.gradle.cli.CommandLineParser;
    import org.gradle.cli.ParsedCommandLine;
    import org.gradle.cli.SystemPropertiesCommandLineConverter;
    
    import java.io.File;
    import java.net.URI;
    import java.net.URISyntaxException;
    import java.nio.file.Paths;
    import java.util.HashMap;
    import java.util.Properties;
    
    import static org.gradle.wrapper.Download.UNKNOWN_VERSION;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. src/reflect/asm_mipsx.s

    // See the comment on the declaration of makeFuncStub in makefunc.go
    // for more details.
    // No arg size here, runtime pulls arg map out of the func value.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$20
    	NO_LOCAL_POINTERS
    	MOVW	REGCTXT, 4(R29)
    	MOVW	$argframe+0(FP), R1
    	MOVW	R1, 8(R29)
    	MOVB	R0, 20(R29)
    	ADD	$20, R29, R1
    	MOVW	R1, 12(R29)
    	MOVW	R0, 16(R29)
    	JAL	·callReflect(SB)
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  4. src/reflect/asm_wasm.s

    // See the comment on the declaration of makeFuncStub in makefunc.go
    // for more details.
    // No arg size here; runtime pulls arg map out of the func value.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$40
    	NO_LOCAL_POINTERS
    
    	MOVD CTXT, 0(SP)
    
    	Get SP
    	Get SP
    	I64ExtendI32U
    	I64Const $argframe+0(FP)
    	I64Add
    	I64Store $8
    
    	MOVB $0, 32(SP)
    	MOVD $32(SP), 16(SP)
    	MOVD $0, 24(SP)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 02 16:53:18 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  5. docs/zh/docs/fastapi-people.md

    ## 创建者 & 维护者
    
    嘿! 👋
    
    这就是我:
    
    {% if people %}
    <div class="user-list user-list-center">
    {% for user in people.maintainers %}
    
    <div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Answers: {{ user.answers }}</div><div class="count">Pull Requests: {{ user.prs }}</div></div>
    {% endfor %}
    
    </div>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 25 17:09:48 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/error/admin_error.jsp

    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
        <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include>
        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="system"/>
            <jsp:param name="menuType" value="wizard"/>
        </jsp:include>
    
        <div class="content-wrapper">
            <div class="content-header">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 12:21:50 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  7. src/internal/lazytemplate/lazytemplate.go

    // license that can be found in the LICENSE file.
    
    // Package lazytemplate is a thin wrapper over text/template, allowing the use
    // of global template variables without forcing them to be parsed at init.
    package lazytemplate
    
    import (
    	"io"
    	"os"
    	"strings"
    	"sync"
    	"text/template"
    )
    
    // Template is a wrapper around text/template.Template, where the underlying
    // template will be parsed the first time it is needed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  8. platforms/core-runtime/wrapper-main/src/crossVersionTest/groovy/org/gradle/integtests/wrapper/WrapperPropertiesLoaderCrossVersionTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.integtests.wrapper
    
    import org.gradle.integtests.fixtures.CrossVersionIntegrationSpec
    import org.gradle.integtests.fixtures.TargetVersions
    import org.gradle.integtests.fixtures.daemon.DaemonLogsAnalyzer
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/model/internal/type/TypeVariableTypeWrapper.java

     */
    
    package org.gradle.model.internal.type;
    
    import com.google.common.base.Objects;
    import com.google.common.collect.ImmutableList;
    
    import javax.annotation.Nullable;
    import java.util.Arrays;
    
    /**
     * Wrapper for a {@link java.lang.reflect.TypeVariable}.
     */
    class TypeVariableTypeWrapper implements WildcardWrapper {
        private final String name;
        private final TypeWrapper[] bounds;
        private final int hashCode;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 11 21:42:04 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  10. tensorflow/cc/experimental/libtf/impl/scalars.h

    #define TENSORFLOW_CC_EXPERIMENTAL_LIBTF_IMPL_SCALARS_H_
    
    #include <stdint.h>
    
    #include <iosfwd>
    #include <utility>
    
    namespace tf {
    namespace libtf {
    namespace impl {
    
    /** A thin wrapper around a C++ scalar value.
     * This wrapper makes the scalar immutable.
     */
    template <typename T>
    class Scalar final {
     public:
      explicit Scalar(T x) : value_(x) {}
      Scalar(const Scalar<T>& o) : value_(o.value_) {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jul 30 17:28:28 UTC 2021
    - 2K bytes
    - Viewed (0)
Back to top