29 #include <unordered_map> 46 void GeneralEW(
const std::unordered_map<std::string, Tensor>& srcs,
47 std::unordered_map<std::string, Tensor>& dsts,
50 void GeneralEWCPU(
const std::unordered_map<std::string, Tensor>& srcs,
51 std::unordered_map<std::string, Tensor>& dsts,
54 #ifdef BUILD_CUDA_MODULE 55 void GeneralEWCUDA(
const std::unordered_map<std::string, Tensor>& srcs,
56 std::unordered_map<std::string, Tensor>& dsts,
GeneralEWOpCode
Definition: GeneralEW.h:37
void GeneralEW(const std::unordered_map< std::string, Tensor > &srcs, std::unordered_map< std::string, Tensor > &dsts, GeneralEWOpCode op_code)
Definition: GeneralEW.cpp:39
void GeneralEWCPU(const std::unordered_map< std::string, Tensor > &srcs, std::unordered_map< std::string, Tensor > &dsts, GeneralEWOpCode op_code)
Definition: GeneralEWCPU.cpp:134
Definition: PinholeCameraIntrinsic.cpp:35