| 112 | }; |
| 113 | |
| 114 | JIT_Storage ToJITStorage() const { |
| 115 | return JIT_Storage{data_.ldata_}; |
| 116 | } |
| 117 | |
| 118 | __MATX_INLINE__ std::string get_jit_class_name() const { |
| 119 | std::string symbol_name = "JITTensorImpl_" + detail::type_to_string_c_name<T>() + "_"; |
no outgoing calls
no test coverage detected