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

Method frame_iter

tensorflow/core/framework/op_kernel.h:1225–1225  ·  view source on GitHub ↗

For control flow.

Source from the content-addressed store, hash-verified

1223
1224 // For control flow.
1225 FrameAndIter frame_iter() const { return params_->frame_iter; }
1226 bool is_input_dead() const { return params_->is_input_dead; }
1227 bool is_input_dead(int idx) const {
1228 return params_->is_input_dead_details[idx];

Callers 5

GetFrameAndIterFunction · 0.80
GetFrameAndIterFunction · 0.80
GetCollectiveKeyMethod · 0.80
GetFrameAndIterFunction · 0.80
GetCollectiveKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected