Home
last modified time | relevance | path

Searched refs:PreprocessCaffe2Ops (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/jit/passes/
Donnx.h26 TORCH_API void PreprocessCaffe2Ops(std::shared_ptr<Graph>& graph);
Donnx.cpp158 void PreprocessCaffe2Ops(std::shared_ptr<Graph>& graph) { in PreprocessCaffe2Ops() function
/external/pytorch/torch/csrc/onnx/
Dinit.cpp41 .def("_jit_pass_onnx_preprocess_caffe2", PreprocessCaffe2Ops) in initONNXBindings()