MCPcopy Create free account
hub / github.com/apache/tvm-ffi / BytesBaseCell

Method BytesBaseCell

include/tvm/ffi/string.h:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108class BytesBaseCell {
109 public:
110 BytesBaseCell() {
111 // initialize to none
112 data_.type_index = TypeIndex::kTVMFFINone;
113 data_.zero_padding = 0;
114 data_.v_int64 = 0;
115 }
116
117 explicit BytesBaseCell(std::nullopt_t) {
118 data_.type_index = TypeIndex::kTVMFFINone;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected