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

Function TF_AddInput

tensorflow/c/c_api.cc:791–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791void TF_AddInput(TF_OperationDescription* desc, TF_Output input) {
792 desc->node_builder.Input(&input.oper->node, input.index);
793}
794
795void TF_AddInputList(TF_OperationDescription* desc, const TF_Output* inputs,
796 int num_inputs) {

Callers 14

TEST_FFunction · 0.85
UseHelperMethod · 0.85
TEST_FFunction · 0.85
TFE_AddEagerOpToGraphFunction · 0.85
BinaryOpHelperFunction · 0.85
NegHelperFunction · 0.85
LessThanFunction · 0.85
RandomUniformFunction · 0.85
Split3HelperFunction · 0.85
MatMulMethod · 0.85
OnesLikeMethod · 0.85

Calls 1

InputMethod · 0.45

Tested by 12

TEST_FFunction · 0.68
UseHelperMethod · 0.68
TEST_FFunction · 0.68
BinaryOpHelperFunction · 0.68
NegHelperFunction · 0.68
LessThanFunction · 0.68
RandomUniformFunction · 0.68
Split3HelperFunction · 0.68
MatMulMethod · 0.68
OnesLikeMethod · 0.68
NoGradientOpMethod · 0.68
TESTFunction · 0.68