MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / WriteTSOp

Function WriteTSOp

tensorflow/js/ops/ts_op_gen.cc:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void WriteTSOp(const OpDef& op_def, const ApiDef& api_def, WritableFile* ts) {
230 GenTypeScriptOp ts_op(op_def, api_def);
231 TF_CHECK_OK(ts->Append(GenTypeScriptOp(op_def, api_def).Code()));
232}
233
234void StartFile(WritableFile* ts_file) {
235 const string header =

Callers 1

WriteTSOpsFunction · 0.85

Calls 3

GenTypeScriptOpClass · 0.85
AppendMethod · 0.45
CodeMethod · 0.45

Tested by

no test coverage detected