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

Function ToOutputTensor

tensorflow/cc/ops/while_loop.cc:30–32  ·  view source on GitHub ↗

Utility function for converting to internal C++ datatypes.

Source from the content-addressed store, hash-verified

28
29// Utility function for converting to internal C++ datatypes.
30OutputTensor ToOutputTensor(const Output& output) {
31 return OutputTensor(output.node(), output.index());
32}
33
34// Utility function for converting to internal C++ datatypes.
35std::vector<OutputTensor> ToOutputTensors(const std::vector<Output>& outputs) {

Callers 2

ToOutputTensorsFunction · 0.85
BuildWhileLoopFunction · 0.85

Calls 3

OutputTensorClass · 0.50
nodeMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected