Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 220 of 297 for atributos (0.18 sec)

  1. tensorflow/c/eager/c_api_test.cc

    1. TFE_OpSetAttrType(var_op, "dtype", TF_INT64);
    2. TFE_OpSetAttrShape(var_op, "shape", {}, 0, status);
    3. const TFE_OpAttrs* attributes = TFE_OpGetAttrs(var_op);
    4.  
    5. TFE_Op* copy_op = TFE_NewOp(ctx, "VarHandleOp", status);
    6. TFE_OpSetAttrType(copy_op, "dtype", TF_FLOAT);
    7. TFE_OpAddAttrs(copy_op, attributes);
    8. unsigned char is_list = 0;
    9. ASSERT_EQ(TF_ATTR_TYPE,
    10. TFE_OpGetAttrType(copy_op, "dtype", &is_list, status));
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/reflect/ClassPath.java

    1. import java.util.Enumeration;
    2. import java.util.HashSet;
    3. import java.util.LinkedHashMap;
    4. import java.util.Map;
    5. import java.util.NoSuchElementException;
    6. import java.util.Set;
    7. import java.util.jar.Attributes;
    8. import java.util.jar.JarEntry;
    9. import java.util.jar.JarFile;
    10. import java.util.jar.Manifest;
    11. import java.util.logging.Logger;
    12. import javax.annotation.CheckForNull;
    13.  
    14. /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jan 05 17:43:40 UTC 2022
    - 24.9K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/path-params.md

    1. By inheriting from `str` the API docs will be able to know that the values must be of type `string` and will be able to render correctly.
    2.  
    3. Then create class attributes with fixed values, which will be the available valid values:
    4.  
    5. ```Python hl_lines="1 6-9"
    6. {!../../docs_src/path_params/tutorial005.py!}
    7. ```
    8.  
    9. /// info
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CookieTest.kt

    1. }
    2.  
    3. /** If a cookie incorrectly defines multiple 'Max-Age' attributes, the last one defined wins. */
    4. @Test fun lastMaxAgeWins() {
    5. assertThat(parseCookie(0L, url, "a=b; Max-Age=2; Max-Age=4; Max-Age=1; Max-Age=3")!!.expiresAt)
    6. .isEqualTo(3000L)
    7. }
    8.  
    9. /** If a cookie incorrectly defines multiple 'Expires' attributes, the last one defined wins. */
    10. @Test fun lastExpiresAtWins() {
    11. assertThat(
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  5. docs/fr/docs/tutorial/path-params.md

    1. En héritant de `str` la documentation sera capable de savoir que les valeurs doivent être de type `string` et pourra donc afficher cette `Enum` correctement.
    2.  
    3. Créez ensuite des attributs de classe avec des valeurs fixes, qui seront les valeurs autorisées pour cette énumération.
    4.  
    5. ```Python hl_lines="1 6-9"
    6. {!../../docs_src/path_params/tutorial005.py!}
    7. ```
    8.  
    9. /// info
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/SmbCopyUtil.java

    1. }
    2. }
    3. catch ( SmbUnsupportedOperationException e ) {
    4. if ( src.getContext().getConfig().isIgnoreCopyToException() ) {
    5. log.warn("Failed to set file attributes on " + path, e);
    6. }
    7. else {
    8. throw e;
    9. }
    10. }
    11. catch ( SmbException se ) {
    12. log.trace("copyTo0", se);
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 10:52:42 UTC 2020
    - 17.1K bytes
    - Viewed (0)
  7. api/maven-api-settings/src/main/mdo/settings.mdo

    1. </field>
    2. <field>
    3. <name>os</name>
    4. <version>1.0.0+</version>
    5. <description>
    6. Specifies that this profile will be activated when matching OS attributes are detected.
    7. </description>
    8. <association>
    9. <type>ActivationOS</type>
    10. </association>
    11. </field>
    12. <field>
    13. <name>property</name>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Oct 08 13:46:42 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  8. src/archive/zip/struct.go

    1. func (h *FileHeader) SetMode(mode fs.FileMode) {
    2. h.CreatorVersion = h.CreatorVersion&0xff | creatorUnix<<8
    3. h.ExternalAttrs = fileModeToUnixMode(mode) << 16
    4.  
    5. // set MSDOS attributes too, as the original zip does.
    6. if mode&fs.ModeDir != 0 {
    7. h.ExternalAttrs |= msdosDir
    8. }
    9. if mode&0200 == 0 {
    10. h.ExternalAttrs |= msdosReadOnly
    11. }
    12. }
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue May 28 21:41:09 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/certificates/v1/generated.proto

    1. // Populated by the API server on creation and immutable.
    2. // +listType=atomic
    3. // +optional
    4. repeated string groups = 4;
    5.  
    6. // extra contains extra attributes of the user that created the CertificateSigningRequest.
    7. // Populated by the API server on creation and immutable.
    8. // +optional
    9. map<string, ExtraValue> extra = 6;
    10. }
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbTreeImpl.java

    1. || nego.getDialectRevision() != out.getDialect() || !Arrays.equals(nego.getServerGuid(), out.getServerGuid()) ) {
    2. log.debug("Secure negotiation failure");
    3. throw new CIFSException("Mismatched attributes validating negotiate info");
    4. }
    5.  
    6. log.debug("Secure negotiation OK");
    7. }
    8.  
    9.  
    10. /**
    11. * @param transport
    12. * @return
    13. * @throws SmbException
    14. */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 29.6K bytes
    - Viewed (0)
Back to top