Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/onnx/
Deliminate_unused_items.cpp6 namespace onnx { namespace
Donnx_log.cpp4 namespace torch::jit::onnx { namespace
Dcast_all_constant_to_floating.cpp5 namespace onnx { namespace
Ddeduplicate_initializers.cpp9 namespace onnx { namespace
Dpreprocess_for_onnx.cpp11 namespace onnx { namespace
Deval_peephole.cpp11 namespace onnx { namespace
Dlist_model_parameters.cpp9 namespace onnx { namespace
Dnaming.cpp6 namespace torch::jit::onnx { namespace
Dhelper.cpp16 namespace onnx { namespace
Dscalar_type_analysis.cpp9 namespace onnx { namespace
Dconstant_fold.cpp14 namespace onnx { namespace
Dunpack_quantized_weights.cpp19 namespace onnx { namespace
Dpeephole.cpp28 namespace onnx { namespace
Dfunction_extraction.cpp5 namespace torch::jit::onnx { namespace
/external/pytorch/docs/
DMakefile20 onnx: target
/external/pytorch/torch/onnx/_internal/
D_lazy_import.py38 onnx = _LazyModule("onnx") variable
/external/pytorch/torch/csrc/onnx/
Dinit.cpp32 namespace torch::onnx { namespace
256 auto onnx = m.def_submodule("_onnx"); in initONNXBindings() local
/external/pytorch/aten/src/ATen/core/
Dsymbol.h130 inline Symbol Symbol::onnx(const std::string & s) { return Symbol::fromQualString("onnx::" + s); } in onnx() function
/external/pytorch/
Dmypy.ini62 ignore_missing_imports = True
302 ignore_missing_imports = True
/external/pytorch/torch/csrc/jit/passes/
Donnx.cpp263 py::object onnx = py::module::import("torch.onnx"); in NodeToONNX() local
/external/pytorch/cmake/
DDependencies.cmake1307 add_library(onnx SHARED IMPORTED) target
/external/pytorch/torch/
D__init__.py2534 onnx as onnx, unknown