MCPcopy Create free account
hub / github.com/apache/tvm / _fsend

Function _fsend

python/tvm/rpc/proxy.py:680–683  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

678
679 def create_on_message(conn):
680 def _fsend(data):
681 data = bytes(data)
682 conn.write_message(data, binary=True)
683 return len(data)
684
685 on_message = _ffi_api.CreateEventDrivenServer(_fsend, "WebSocketProxyServer", "%toinit")
686 return on_message

Callers

nothing calls this directly

Calls 1

write_messageMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…