Home
last modified time | relevance | path

Searched defs:WithValue (Results 1 – 4 of 4) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
DIsIterableContainingInOrderTest.java61 public static class WithValue { class in IsIterableContainingInOrderTest
63 public WithValue(int value) { this.value = value; } in WithValue() method in IsIterableContainingInOrderTest.WithValue
DIsIterableContainingInRelativeOrderTest.java77 public static class WithValue { class in IsIterableContainingInRelativeOrderTest
79 public WithValue(int value) { this.value = value; } in WithValue() method in IsIterableContainingInRelativeOrderTest.WithValue
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc363 Status InferenceContext::WithValue(DimensionHandle dim, int64 value, in WithValue() function in tensorflow::shape_inference::InferenceContext
Dshape_inference_test.cc442 TEST_F(ShapeInferenceTest, WithValue) { in TEST_F() argument