Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 81 for tcCopy (0.28 sec)

  1. tensorflow/c/eager/c_api_test.cc

        // Ensure that the contents are the same!
        TF_Tensor* tcopy = TFE_TensorHandleResolve(hcopy, status.get());
        TFE_DeleteTensorHandle(hcopy);
        if (TF_GetCode(status.get()) != TF_OK) {
          ADD_FAILURE() << tag;
          continue;
        }
        EXPECT_EQ(TF_TensorByteSize(t), TF_TensorByteSize(tcopy)) << tag;
        EXPECT_EQ(
            0, memcmp(TF_TensorData(t), TF_TensorData(tcopy), TF_TensorByteSize(t)))
            << tag;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/copy-with-flat-filter-example.png

    copy-with-flat-filter-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:19:30 UTC 2024
    - 62.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/copy-with-deep-filter-example.png

    copy-with-deep-filter-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:19:30 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

    button.copy.visible {
        opacity: 100%;
    }
    button.copy img {
        position: relative;
        background: none;
        filter: brightness(var(--copy-icon-brightness));
    }
    button.copy:active {
        background-color: var(--copy-button-background-color-active);
    }
    button.copy span {
        color: var(--body-text-color);
        position: relative;
        top: -0.1em;
        transition: all 0.1s;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/regalloc.go

    	//   - v is currently held in R0 and stacktmp0.
    	//   - We want to copy stacktmp1 to stacktmp0.
    	//   - We choose R0 as the temporary register.
    	// During the copy, both R0 and stacktmp0 are
    	// clobbered, losing both copies of v. Oops!
    	// Erasing the destination early means R0 will not
    	// be chosen as the temp register, as it will then
    	// be the last copy of v.
    	e.erase(loc)
    	var x *Value
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  6. docs/ru/docs/deployment/docker.md

    <details>
    <summary>Развернуть Dockerfile 👀</summary>
    
    ```Dockerfile
    FROM python:3.9
    
    WORKDIR /code
    
    COPY ./requirements.txt /code/requirements.txt
    
    RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
    
    COPY ./app /code/app
    
    CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * @return {@link WorkResult} that can be used to check if the copy did any work.
         */
        WorkResult copy(@DelegatesTo(CopySpec.class) Closure closure);
    
        /**
         * Copies the specified files.  The given action is used to configure a {@link CopySpec}, which is then used to
         * copy the files.
         * @see #copy(Closure)
         * @param action Action to configure the CopySpec
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  8. configure.py

    # Copyright 2017 The TensorFlow Authors. All Rights Reserved.
    #
    # Licensed under the Apache License, Version 2.0 (the "License");
    # you may not use this file except in compliance with the License.
    # You may obtain a copy of the License at
    #
    #     http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    # distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/authentication/v1/generated.pb.go

    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.UID)
    	copy(dAtA[i:], m.UID)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.UID)))
    	i--
    	dAtA[i] = 0x22
    	i -= len(m.Name)
    	copy(dAtA[i:], m.Name)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.APIVersion)
    	copy(dAtA[i:], m.APIVersion)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIVersion)))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 72K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    		}
    		i--
    		dAtA[i] = 0x42
    	}
    	if m.Zone != nil {
    		i -= len(*m.Zone)
    		copy(dAtA[i:], *m.Zone)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Zone)))
    		i--
    		dAtA[i] = 0x3a
    	}
    	if m.NodeName != nil {
    		i -= len(*m.NodeName)
    		copy(dAtA[i:], *m.NodeName)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.NodeName)))
    		i--
    		dAtA[i] = 0x32
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 55.6K bytes
    - Viewed (0)
Back to top