Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 2,531 for expectGet (0.31 sec)

  1. tensorflow/c/experimental/saved_model/core/saved_variable_loading_test.cc

      saved_variable.set_dtype(dtype);
      shape.AsProto(saved_variable.mutable_shape());
    
      std::unique_ptr<Variable> var;
      TF_EXPECT_OK(internal::LoadSavedVariable(context(), saved_variable, &var));
      EXPECT_EQ(var->dtype(), dtype);
      EXPECT_EQ(var->shape(), shape);
    }
    
    // Verify that a device specified in the SavedVariable is kept.
    TEST_P(SavedVariableLoadingTest, LoadSavedVariableWithDevice) {
      auto& test_params = GetParam();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 09:34:33 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-expected.xml

    Christian Wansart <******@****.***> 1573139799 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 1.9K bytes
    - Viewed (0)
  3. tensorflow/cc/experimental/libtf/impl/none_test.cc

    TEST(NoneTest, TestSingleton) {
      None& a = None::GetInstance();
      None& b = None::GetInstance();
      EXPECT_EQ(&a, &b);
    }
    
    TEST(NoneTest, TestSupportsAbslHash) {
      absl::flat_hash_set<None> none_set;
      None& a = None::GetInstance();
      None& b = None::GetInstance();
      none_set.insert(a);
      none_set.insert(b);
      EXPECT_EQ(none_set.size(), 1);
    }
    
    }  // namespace impl
    }  // namespace libtf
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 03 20:03:31 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/printers/template_test.go

    				}
    				return
    			}
    
    			err = p.PrintObj(test.obj, buffer)
    			if err != nil {
    				if test.expectErr == nil {
    					t.Errorf("[%s]expected success but got:\n %v\n", test.name, err)
    					return
    				}
    				if expected, ok := test.expectErr(err); !ok {
    					t.Errorf("[%s]expect:\n %v\n but got:\n %v\n", test.name, expected, err)
    				}
    				return
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 22 23:10:00 UTC 2019
    - 7.1K bytes
    - Viewed (0)
  5. pkg/test/echo/cmd/client/main.go

    	timeout                 time.Duration
    	qps                     int
    	uds                     string
    	headers                 []string
    	msg                     string
    	expect                  string
    	expectSet               bool
    	method                  string
    	http2                   bool
    	http3                   bool
    	insecureSkipVerify      bool
    	alpn                    []string
    	serverName              string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-expected.xml

    Christian Wansart <******@****.***> 1573139799 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-expected.xml

    Christian Wansart <******@****.***> 1573139799 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 1.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_to_hlo_test.cc

      CellReader<int64_t> counts(kBridgeStatusCounter);
    
      auto result = CompileMlirModule(kMlirModuleStr);
    
      ASSERT_THAT(result, IsOkOrFiltered());
      EXPECT_EQ(mlir_bridge_legalize_count.Delta("tf.Acos"), 0);
      EXPECT_THAT(result,
                  IncrementedOrFiltered(counts.Delta(kMlirCombinedMlirSuccess), 1));
      EXPECT_THAT(result,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 6K bytes
    - Viewed (0)
  9. cni/test/testdata/expected/ZZZ-istio-cni-kubeconfig.expected

    John Howard <******@****.***> 1605827959 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 19 23:19:19 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  10. maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-expected.xml

    Michael Osipov <******@****.***> 1608833350 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 2.1K bytes
    - Viewed (0)
Back to top