MCPcopy Create free account
hub / github.com/awa-ai/awadb / VectorizeTestClass

Method VectorizeTestClass

pybind11/tests/test_numpy_vectorize.cpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 // test_method_vectorization
78 struct VectorizeTestClass {
79 explicit VectorizeTestClass(int v) : value{v} {};
80 float method(int x, float y) const { return y + (float) (x + value); }
81 int value = 0;
82 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected