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

Function TF_OpDefinitionBuilderAddInput

tensorflow/c/ops.cc:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void TF_OpDefinitionBuilderAddInput(TF_OpDefinitionBuilder* builder,
45 const char* input_spec) {
46 reinterpret_cast<OpDefBuilder*>(builder)->Input(input_spec);
47}
48
49void TF_OpDefinitionBuilderAddOutput(TF_OpDefinitionBuilder* builder,
50 const char* output_spec) {

Callers 2

TESTFunction · 0.85
RegisterBitcastOpFunction · 0.85

Calls 1

InputMethod · 0.45

Tested by 1

TESTFunction · 0.68