MCPcopy Create free account
hub / github.com/apache/singa / ToProto

Method ToProto

src/core/tensor/tensor.cc:419–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void Tensor::ToProto(singa::TensorProto *proto) const { to_proto(proto); }
420
421Tensor Tensor::Repeat(const vector<size_t> &repeats, int axis,
422 std::shared_ptr<Device> device) {

Callers 1

WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected