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

Method Run

tensorflow/c/c_api_function_test.cc:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void Run(const std::vector<std::pair<TF_Operation*, TF_Tensor*>>& inputs,
81 TF_Operation* output, int32_t expected_result) {
82 Run(inputs, {{output, 0}}, {expected_result});
83 }
84
85 // Run the host graph, which now contains a function and check that
86 // outputs are as expected.

Callers 2

RunTMethod · 0.45
TEST_FFunction · 0.45

Calls 11

TF_GetCodeFunction · 0.85
TF_MessageFunction · 0.85
TF_TensorTypeFunction · 0.85
TF_NumDimsFunction · 0.85
TF_TensorByteSizeFunction · 0.85
TF_TensorDataFunction · 0.85
RunFunction · 0.50
SetInputsMethod · 0.45
SetOutputsMethod · 0.45
sizeMethod · 0.45
output_tensorMethod · 0.45

Tested by

no test coverage detected