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

Function SetupFlowControlInputs

tensorflow/core/kernels/tensor_array_ops.cc:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90Status SetupFlowControlInputs(OpKernelContext* ctx, bool set_output) {
91 const Tensor* flow_control;
92 TF_RETURN_IF_ERROR(ctx->input("flow_in", &flow_control));
93 if (set_output) {
94 TF_RETURN_IF_ERROR(ctx->set_output("flow_out", *flow_control));
95 }
96 return Status::OK();
97}
98
99// CREATION *******************************************************************
100

Callers 6

ComputeMethod · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85

Calls 2

inputMethod · 0.45
set_outputMethod · 0.45

Tested by

no test coverage detected