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

Function TF_OpDefinitionBuilderAddOutput

tensorflow/c/ops.cc:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void TF_OpDefinitionBuilderAddOutput(TF_OpDefinitionBuilder* builder,
50 const char* output_spec) {
51 reinterpret_cast<OpDefBuilder*>(builder)->Output(output_spec);
52}
53
54#define DEFINE_BUILDER_BOOL_SETTER(func_name) \
55 void TF_OpDefinitionBuilder##func_name(TF_OpDefinitionBuilder* builder, \

Callers 2

TESTFunction · 0.85
RegisterBitcastOpFunction · 0.85

Calls 1

OutputMethod · 0.45

Tested by 1

TESTFunction · 0.68