Home
last modified time | relevance | path

Searched refs:CompileTimeEmptyString (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DStringUtil.h18 struct CompileTimeEmptyString { struct
49 inline std::ostream& _str<CompileTimeEmptyString>(
51 const CompileTimeEmptyString&) {
71 static CompileTimeEmptyString call() {
72 return CompileTimeEmptyString();
/aosp_15_r20/external/executorch/backends/vulkan/runtime/utils/
H A DStringUtils.h21 struct CompileTimeEmptyString { struct
52 inline std::ostream& _str<CompileTimeEmptyString>(
54 const CompileTimeEmptyString&) {
74 static CompileTimeEmptyString call() {
75 return CompileTimeEmptyString();
/aosp_15_r20/external/pytorch/c10/util/
H A DStringUtil.h27 struct CompileTimeEmptyString { struct
65 inline std::ostream& _str<CompileTimeEmptyString>(
67 const CompileTimeEmptyString&) {
106 static CompileTimeEmptyString call() {
107 return CompileTimeEmptyString();
H A DException.h139 ::c10::detail::CompileTimeEmptyString msg,
511 ::c10::detail::CompileTimeEmptyString /*userMsg*/) { in torchInternalAssertFail() argument
595 ::c10::detail::CompileTimeEmptyString {}
H A DLogging.h84 detail::CompileTimeEmptyString /*msg*/,
107 detail::CompileTimeEmptyString /*msg*/,
H A DException.cpp216 detail::CompileTimeEmptyString msg, in Warning()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dutil.h51 ::c10::detail::CompileTimeEmptyString args) { in logSoftAssert()