MCPcopy Create free account
hub / github.com/NVIDIA/MatX / ToJITStorage

Method ToJITStorage

include/matx/core/tensor_impl.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>() + "_";

Calls

no outgoing calls

Tested by

no test coverage detected