Home
last modified time | relevance | path

Searched defs:TestAnyValue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dany.cpp347 struct TestAnyValue { struct
350 explicit TestAnyValue(T&& value) : value_(std::forward<T>(value)) {} in TestAnyValue() function
351 AnyValue operator()() { in operator ()()
354 AnyValue value_;
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dvalue_test.go131 func TestAnyValue(t *testing.T) { func