Lines Matching refs:CppFunction
19 m.fallback(torch::CppFunction::makeFromBoxedFunction<&negationFallback>()); in TORCH_LIBRARY_IMPL()
23 m.impl("set_.source_Storage_storage_offset", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
24 m.impl("set_.source_Tensor", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
25 m.impl("set_", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
26 m.impl("copy_", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
27 m.impl("clone", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
28 m.impl("neg_", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
29 m.impl("resolve_neg", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
30 m.impl("resolve_conj", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
31 m.impl("repeat_interleave.Tensor", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
32 m.impl("repeat_interleave.self_Tensor", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
33 m.impl("repeat_interleave.self_int", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
36 m.impl("_has_same_storage_numel", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
37 m.impl("_new_zeros_with_same_feature_meta", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
40 m.impl("linalg_solve_triangular", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
41 m.impl("linalg_solve_triangular.out", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
42 m.impl("linalg_svd", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
43 m.impl("linalg_svd.U", torch::CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()