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

Method TAllFields

tests/cpp/testing_object.h:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412class TAllFields : public ObjectRef {
413 public:
414 explicit TAllFields(bool v_bool, int64_t v_int, double v_float, DLDataType v_dtype,
415 DLDevice v_device, String v_str, Optional<String> v_opt_str,
416 Array<Any> v_array, Map<String, Any> v_map) {
417 data_ = make_object<TAllFieldsObj>(v_bool, v_int, v_float, v_dtype, v_device, v_str, v_opt_str,
418 v_array, v_map);
419 }
420
421 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE(TAllFields, ObjectRef, TAllFieldsObj);
422};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected