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

Function ToOutput

tensorflow/cc/framework/while_gradients.cc:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29using ops::CondGraphBuilderFn;
30
31Output ToOutput(OutputTensor output_tensor) {
32 return Output(const_cast<Node*>(output_tensor.node), output_tensor.index);
33}
34
35std::vector<Output> ToOutputVector(
36 const std::vector<OutputTensor>& output_tensors) {

Callers 4

DefineMethod · 0.85
UseMethod · 0.85
ToOutputVectorFunction · 0.85
AddForwardLoopCounterFunction · 0.85

Calls 1

OutputClass · 0.70

Tested by 2

DefineMethod · 0.68
UseMethod · 0.68