Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class_registrations.cpp225 struct ConstantTensorContainer : torch::CustomClassHolder { struct
226 explicit ConstantTensorContainer(at::Tensor x) : x_(x) {} in ConstantTensorContainer() function
228 at::Tensor get() { in get()
232 std::string tracing_mode() { in tracing_mode()
237 at::Tensor x_;