MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / AppendOutput

Method AppendOutput

plugins/wasmedge_tensorflow/tensorflow_func.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73class AppendOutput : public Func<AppendOutput> {
74public:
75 AppendOutput(TFEnv &HostEnv) : Func(HostEnv) {}
76 Expect<uint32_t> body(const Runtime::CallingFrame &Frame, uint32_t SessionId,
77 uint32_t NamePtr, uint32_t NameLen);
78};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected