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

Method TPrimExpr

tests/cpp/testing_object.h:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected