Searched defs:WithValue (Results 1 – 6 of 6) sorted by relevance
61 public static class WithValue { class in IsIterableContainingInOrderTest63 public WithValue(int value) { this.value = value; } in WithValue() method in IsIterableContainingInOrderTest.WithValue
77 public static class WithValue { class in IsIterableContainingInRelativeOrderTest79 public WithValue(int value) { this.value = value; } in WithValue() method in IsIterableContainingInRelativeOrderTest.WithValue
70 func WithValue(parent Context, key interface{}, val interface{}) Context { func
280 func WithValue(parent Context, key interface{}, val interface{}) Context { func
421 Status InferenceContext::WithValue(DimensionHandle dim, int64 value, in WithValue() function in tensorflow::shape_inference::InferenceContext
425 TEST_F(ShapeInferenceTest, WithValue) { in TEST_F() argument