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

Method while_ctx

tensorflow/core/graph/graph.h:300–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 Status input_tensor(int idx, OutputTensor* t) const;
299
300 WhileContext* while_ctx() const { return while_ctx_; }
301 void set_while_ctx(WhileContext* while_ctx) {
302 DCHECK(IsExit());
303 DCHECK(while_ctx_ == nullptr);

Callers 2

TEST_FFunction · 0.80
ProcessWhileLoopMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64