Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 276 for method_name (0.29 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/include_variables_in_init_v1.py

          {
              'key': (
                  tf.compat.v1.saved_model.signature_def_utils.build_signature_def(
                      inputs={'x': tensor_info_x},
                      outputs={'r': tensor_info_r},
                      method_name='some_function',
                  )
              )
          },
          tf.initializers.global_variables(),
          None,
      )
    
    
    if __name__ == '__main__':
      common_v1.set_tf_options()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/hash_table_v1.py

      return {
          'key': (tf.compat.v1.saved_model.signature_def_utils.build_signature_def(
              inputs={'x': tensor_info_x},
              outputs={'r': tensor_info_r},
              method_name='some_function'))
      }, tf.tables_initializer(), None
    
    
    if __name__ == '__main__':
      common_v1.set_tf_options()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/reader_test.cc

                    tags.end());
        EXPECT_NE(meta_graph_def.meta_info_def().tensorflow_version(), "");
        EXPECT_EQ(
            meta_graph_def.signature_def().at("serving_default").method_name(),
            "tensorflow/serving/predict");
      }
    };
    
    TEST_F(ReaderTest, TagMatch) {
      MetaGraphDef meta_graph_def;
    
      const string export_dir = GetDataDependencyFilepath(TestDataSharded());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 17 21:17:08 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  4. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpClientConfigurer.java

                String requestMethod = request.getRequestLine().getMethod();
                if (alwaysSendAuth || requestMethod.equals(HttpPut.METHOD_NAME) || requestMethod.equals(HttpPost.METHOD_NAME)) {
                    CredentialsProvider credentialsProvider = (CredentialsProvider) context.getAttribute(HttpClientContext.CREDS_PROVIDER);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  5. pkg/volume/util/metrics.go

    		Buckets:        []float64{.1, .25, .5, 1, 2.5, 5, 10, 15, 25, 50, 120, 300, 600},
    		StabilityLevel: metrics.ALPHA,
    	},
    	[]string{"driver_name", "method_name", "grpc_status_code", "migrated"},
    )
    
    func init() {
    	registerMetrics()
    }
    
    func registerMetrics() {
    	// legacyregistry is the internal k8s wrapper around the prometheus
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 23 23:05:31 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/grpc_service_unix_test.go

    			if err != nil {
    				t.Fatalf("failed to get metric value, error: %v", err)
    			}
    			// apiserver_envelope_encryption_kms_operations_latency_seconds_sum{grpc_status_code="OK",method_name="/v2alpha1.KeyManagementService/Encrypt",provider_name="providerName"} 0.000881432
    			if sampleSum == 0 {
    				t.Fatalf("expected metric value to be greater than 0, got %v", sampleSum)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/metrics/metrics.go

    }
    
    // RecordKMSOperationLatency records the latency of KMS operation.
    func RecordKMSOperationLatency(providerName, methodName string, duration time.Duration, err error) {
    	KMSOperationsLatencyMetric.WithLabelValues(providerName, methodName, getErrorCode(err)).Observe(duration.Seconds())
    }
    
    type gRPCError interface {
    	GRPCStatus() *status.Status
    }
    
    func getErrorCode(err error) string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 09 22:31:32 UTC 2023
    - 12K bytes
    - Viewed (0)
  8. platforms/ide/ide-plugins/src/integTest/resources/org/gradle/plugins/ide/idea/IdeaIntegrationTest/canCreateAndDeleteMetaData/expectedFiles/root.iws.xml

          <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false"/>
          <option name="ALTERNATIVE_JRE_PATH"/>
          <option name="PACKAGE_NAME"/>
          <option name="MAIN_CLASS_NAME"/>
          <option name="METHOD_NAME"/>
          <option name="TEST_OBJECT" value="class"/>
          <option name="VM_PARAMETERS"/>
          <option name="PARAMETERS"/>
          <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 9K bytes
    - Viewed (0)
  9. platforms/ide/ide/src/main/resources/org/gradle/plugins/ide/idea/model/defaultWorkspace.xml

          <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
          <option name="ALTERNATIVE_JRE_PATH" />
          <option name="PACKAGE_NAME" />
          <option name="MAIN_CLASS_NAME" />
          <option name="METHOD_NAME" />
          <option name="TEST_OBJECT" value="class" />
          <option name="VM_PARAMETERS" />
          <option name="PARAMETERS" />
          <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  10. platforms/ide/ide/src/test/resources/org/gradle/plugins/ide/idea/model/customWorkspace.xml

          <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
          <option name="ALTERNATIVE_JRE_PATH" />
          <option name="PACKAGE_NAME" />
          <option name="MAIN_CLASS_NAME" />
          <option name="METHOD_NAME" />
          <option name="TEST_OBJECT" value="class" />
          <option name="VM_PARAMETERS" />
          <option name="PARAMETERS" />
          <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 9.3K bytes
    - Viewed (0)
Back to top