Home
last modified time | relevance | path

Searched refs:compile_string (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/torch/csrc/jit/codegen/fuser/cpu/
Dfused_kernel.cpp251 static const std::string compile_string = "cd /D \"" + temp_dir + variable
258 static const std::string compile_string = variable
277 std::string result = format(compile_string, env); in runCompiler()
/external/pytorch/test/
Dtest_deploy.py22 co = freezer.compile_string(code_str)
/external/pytorch/torch/utils/
D_freeze.py207 def compile_string(self, file_content: str) -> types.CodeType: member in Freezer
239 co = self.compile_string(src_file.read())
/external/fmtlib/include/fmt/
Dxchar.h39 S, enable_if_t<std::is_base_of<detail::compile_string, S>::value>> {
92 FMT_ENABLE_IF(std::is_base_of<detail::compile_string, S>::value&&
Dbase.h1619 struct compile_string {};
2675 FMT_ENABLE_IF(std::is_base_of<detail::compile_string, S>::value&&
Dformat.h4147 #define FMT_STRING(s) FMT_STRING_IMPL(s, fmt::detail::compile_string)
/external/armnn/third-party/fmt/
Dcore.h483 struct compile_string {};
486 struct is_compile_string : std::is_base_of<compile_string, S> {};
Dformat.h2885 #define FMT_STRING(s) FMT_STRING_IMPL(s, fmt::compile_string)