Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 128 for Statuses (0.18 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/io_test.cc

    using ::testing::Eq;
    using ::testing::HasSubstr;
    using ::testing::IsEmpty;
    using ::testing::Not;
    using ::testing::SizeIs;
    using ::testing::UnorderedElementsAre;
    using ::tsl::testing::IsOk;
    using ::tsl::testing::StatusIs;
    
    // A test-only derived class of `tsl::Env` which is broken. Used to cause
    // failure for the `CreateTmpDir` function. Each of the overridden member
    // functions implements a dummy functionality just to be able to create an
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:28:15 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/libtf/tests/module_test.cc

    #include "tensorflow/core/protobuf/saved_object_graph.pb.h"
    
    namespace tf {
    namespace libtf {
    namespace impl {
    
    using ::tensorflow::libexport::TFPackage;
    using ::tensorflow::testing::StatusIs;
    using ::tf::libtf::runtime::Runtime;
    
    TEST(ModuleTest, TestStubbedFunctions) {
      Runtime runtime = runtime::core::Runtime();
      TFPackage tf_package;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 15 16:58:38 UTC 2021
    - 4.6K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/util_test.cc

    #include "tensorflow/core/protobuf/saved_object_graph.pb.h"
    #include "tsl/platform/status_matchers.h"
    
    namespace tensorflow {
    namespace saved_model {
    namespace {
    
    using tsl::testing::StatusIs;
    
    TEST(UtilTest, TestGetWriteVersionV2) {
      SavedModel saved_model_proto;
      MetaGraphDef* meta_graphdef = saved_model_proto.add_meta_graphs();
      auto* object_graph_def = meta_graphdef->mutable_object_graph_def();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/metrics_test.cc

    }
    
    TEST(MetricsTest, TestInvalidMakePathAndSingleprint) {
      EXPECT_THAT(MakeSavedModelPathAndSingleprint("", "singleprint"),
                  testing::StatusIs(absl::StatusCode::kInvalidArgument));
      EXPECT_THAT(MakeSavedModelPathAndSingleprint("path", ""),
                  testing::StatusIs(absl::StatusCode::kInvalidArgument));
    }
    
    TEST(MetricsTest, TestReadFingerprint) {
      EXPECT_EQ(SavedModelReadFingerprint().value(), "");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 18 23:43:59 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/device_executable_persistor_test.cc

      EXPECT_THAT(
          persistor.TryToPersistExecutable(
              /*signature_hash=*/123, "signature_string", DefaultXlaOptions(),
              compilation_result_add_, *executable, &mock_client),
          testing::StatusIs(error::INVALID_ARGUMENT));
    }
    
    TEST_F(DeviceExecutionPersistorTest, PersistExecutableEmpty) {
      XlaDeviceExecutablePersistor::Config config(
          /*persistent_cache_directory=*/cache_dir_,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      //   Infeasible indicates that the request has been rejected as invalid by the CSI driver. To
      // 	  resolve the error, a valid VolumeAttributesClass needs to be specified.
      // Note: New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately.
      optional string status = 2;
    }
    
    // Represents an NFS mount that lasts the lifetime of a pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation.go

    func validatePodResourceClaimStatuses(statuses []core.PodResourceClaimStatus, podClaims []core.PodResourceClaim, fldPath *field.Path) field.ErrorList {
    	var allErrs field.ErrorList
    
    	claimNames := sets.New[string]()
    	for i, status := range statuses {
    		idxPath := fldPath.Index(i)
    		// There's no need to check the content of the name. If it matches an entry,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (1)
  8. tensorflow/compiler/mlir/quantization/stablehlo/instrumentations/save_report_test.cc

    using ::stablehlo::quantization::io::ReadFileToString;
    using ::testing::SizeIs;
    using ::testing::StrEq;
    using ::tsl::protobuf::TextFormat;
    using ::tsl::testing::IsOk;
    using ::tsl::testing::StatusIs;
    
    using SaveQuantizationReportInstrumentationTest = QuantizationTestBase;
    
    TEST_F(SaveQuantizationReportInstrumentationTest, SaveReport) {
      constexpr absl::string_view kModuleWithCompositeDotGeneral = R"mlir(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.11.md

    * Added all kinds of resource objects' statuses in HPA description. ([#59609](https://github.com/kubernetes/kubernetes/pull/59609), [@zhangxiaoyu-zidif](https://github.com/zhangxiaoyu-zidif))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  10. pkg/printers/internalversion/printers_test.go

    						{Type: metav1.RowCompleted, Status: metav1.ConditionTrue, Reason: "Succeeded", Message: "The pod has completed successfully."},
    					},
    				},
    			},
    		},
    		{
    			// Test pod has container statuses for non-existent initContainers and containers
    			api.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "test4"},
    				Spec: api.PodSpec{
    					InitContainers: []api.Container{
    						{Name: "init1", Image: "initimage"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top