MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / getCacheInputOutputTensor

Method getCacheInputOutputTensor

mllm/compile/ir/Node.cpp:268–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266void IRContext::cacheInputOutputTensor(size_t uuid, const val_ptr_t& tensor_ir) { cached_inputs_outputs_[uuid] = tensor_ir; }
267
268val_ptr_t IRContext::getCacheInputOutputTensor(size_t uuid) { return cached_inputs_outputs_[uuid]; }
269
270std::unordered_map<size_t, val_ptr_t>& IRContext::getAllCachedInputOutputTensorIRs() { return cached_inputs_outputs_; }
271

Callers 1

wrapTensors2TensorIRFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected