MCPcopy Create free account
hub / github.com/alibaba/euler / State

Method State

euler/core/framework/tensor.h:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 class State : public RefCounted {
109 public:
110 State(const RefCountedPtr<Buffer>& buffer_,
111 const TensorShape& shape_, DataType type_)
112 : buffer(buffer_), shape(shape_), type(type_) {}
113 RefCountedPtr<Buffer> buffer;
114 TensorShape shape;
115 DataType type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected