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

Class TPrimExpr

tests/cpp/testing_object.h:175–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173};
174
175class TPrimExpr : public ObjectRef {
176 public:
177 explicit TPrimExpr(std::string dtype, double value) {
178 data_ = make_object<TPrimExprObj>(dtype, value);
179 }
180
181 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE(TPrimExpr, ObjectRef, TPrimExprObj);
182};
183
184class TVarObj : public Object {
185 public:

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68