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

Method ComplexIndexingBlob

mllm/core/Tensor.cpp:671–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669size_t Tensor::bytes() const { return impl_->size(); }
670
671ComplexIndexingBlob::ComplexIndexingBlob(SliceIndicesPair p) : slice_indices_(p) {}
672
673ComplexIndexingBlob::ComplexIndexingBlob(const std::vector<int32_t>& p) : vector_indices_(p) {}
674

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected