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

Method ClearInput

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

Source from the content-addressed store, hash-verified

80class ClearInput : public Func<ClearInput> {
81public:
82 ClearInput(TFEnv &HostEnv) : Func(HostEnv) {}
83 Expect<uint32_t> body(const Runtime::CallingFrame &Frame, uint32_t SessionId);
84};
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected