Home
last modified time | relevance | path

Searched defs:type_printer (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/mpl/test/
Dfor_each.cpp30 struct type_printer struct
32 type_printer(std::ostream& s) : f_stream(&s) {} in type_printer() function
33 template< typename U > void operator()(mpl::identity<U>) in operator ()()
39 std::ostream* f_stream;
/external/pytorch/torch/csrc/jit/serialization/
Dflatbuffer_serializer.cpp212 const c10::TypePrinter& type_printer) { in CreateFBSchema()
300 auto type_printer = [&](const c10::Type& t) -> std::optional<std::string> { in functionToFB() local
Dexport_module.cpp258 auto type_printer = [&](const c10::Type& t) -> std::optional<std::string> { in getFunctionTuple() local
756 std::optional<std::string> type_printer( in type_printer() function
Dpickler.cpp606 std::optional<std::string> type_printer(const c10::Type& type) { in type_printer() function
Dpython_print.cpp1654 c10::TypePrinter type_printer, in PythonPrint()
1746 auto type_printer = [&](const c10::Type& t) { return printType(t, uniquer); }; in jitModuleToPythonCodeAndConstants() local