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

Method Run

tensorflow/contrib/session_bundle/signature_test.cc:250–259  ·  view source on GitHub ↗

Sets the input and output arguments.

Source from the content-addressed store, hash-verified

248
249 // Sets the input and output arguments.
250 Status Run(const std::vector<std::pair<string, Tensor>>& inputs_arg,
251 const std::vector<string>& output_tensor_names_arg,
252 const std::vector<string>& target_node_names_arg,
253 std::vector<Tensor>* outputs_arg) override {
254 inputs = inputs_arg;
255 output_tensor_names = output_tensor_names_arg;
256 target_node_names = target_node_names_arg;
257 *outputs_arg = outputs;
258 return status;
259 }
260
261 Status Close() override {
262 return errors::Unimplemented("Not implemented for mock.");

Callers 8

RunClassificationFunction · 0.45
RunRegressionFunction · 0.45
CheckRegressionSignatureFunction · 0.45
CheckNamedSignaturesFunction · 0.45
CheckSessionBundleFunction · 0.45
RunRestoreOpFunction · 0.45
RunInitOpFunction · 0.45
ValidateHalfPlusTwoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected