Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 200 for edata (0.09 sec)

  1. tensorflow/cc/saved_model/testdata/AssetModule/variables/variables.data-00000-of-00001

    Brian Zhao <******@****.***> 1600463378 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 18 21:29:39 UTC 2020
    - 38 bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/testdata/SimpleV1Model/variables/variables.data-00000-of-00001

    Monica Song <******@****.***> 1625005850 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 29 22:34:42 UTC 2021
    - 4 bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/testdata/VarsAndArithmeticObjectGraph/variables/variables.data-00000-of-00001

    Stella Laurenzo <******@****.***> 1574722484 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 25 23:01:01 UTC 2019
    - 268 bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/testdata/fuzz_generated/negative_shape/variables/variables.data-00000-of-00001

    Mihai Maruseac <******@****.***> 1598912283 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 22:25:33 UTC 2020
    - 1.2M bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/variables/variables.data-00000-of-00001

    Li Lao <******@****.***> 1481605891 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 13 05:22:48 UTC 2016
    - 12 bytes
    - Viewed (0)
  6. docs/pt/docs/deployment/versions.md

    Caso você utilize o arquivo `requirements.txt`, você poderia especificar a versão com:
    
    ```txt
    fastapi==0.45.0
    ```
    
    Isso significa que você conseguiria utilizar a versão exata `0.45.0`.
    
    Ou, você poderia fixá-la com:
    
    ```txt
    fastapi>=0.45.0,<0.46.0
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 29 20:14:40 UTC 2021
    - 3.8K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitTestFailureIntegrationTest.groovy

                        fail("failed");
                    }
    
                    @Test
                    public void broken() {
                        throw new IllegalStateException("html: <> cdata: ]]>");
                    }
                }
            """.stripIndent()
            file('src/test/java/org/gradle/CustomException.java') << """
                package org.gradle;
    
                ${testFrameworkImports}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 18K bytes
    - Viewed (0)
  8. maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java

            Exception ex = assertThrows(Exception.class, () -> projectBuilder.build(pomFile, configuration));
            assertThat(ex.getMessage(), containsString("Received non-all-whitespace CHARACTERS or CDATA event"));
    
            // multi projects build entry point
            ProjectBuildingException pex = assertThrows(
                    ProjectBuildingException.class,
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:06:12 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  9. pkg/apis/storage/v1beta1/defaults_test.go

    	codec := legacyscheme.Codecs.LegacyCodec(storagev1beta1.SchemeGroupVersion)
    	data, err := runtime.Encode(codec, obj)
    	if err != nil {
    		t.Errorf("%v\n %#v", err, obj)
    		return nil
    	}
    	obj2, err := runtime.Decode(codec, data)
    	if err != nil {
    		t.Errorf("%v\nData: %s\nSource: %#v", err, string(data), obj)
    		return nil
    	}
    	obj3 := reflect.New(reflect.TypeOf(obj).Elem()).Interface().(runtime.Object)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/arg-data-type-with-subtype.pbtxt

    # Test the handling of the input data types. In particular, if the data type
    # for an input graph node is specified via command line options, use it.
    # otherwise, use the data type of the node in the graph.
    
    node {
      name: "p"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_INT32
        }
      }
      attr {
        key: "shape"
        value {
          shape {
            unknown_rank: true
          }
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 00:16:51 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top