Searched defs:ConstantTensorContainer (Results 1 – 1 of 1) sorted by relevance
225 struct ConstantTensorContainer : torch::CustomClassHolder { struct226 explicit ConstantTensorContainer(at::Tensor x) : x_(x) {} in ConstantTensorContainer() function228 at::Tensor get() { in get()232 std::string tracing_mode() { in tracing_mode()237 at::Tensor x_;