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

Method is_input_dead

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

Source from the content-addressed store, hash-verified

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];
1229 }

Callers 13

ComputeAsyncMethod · 0.80
ComputeMethod · 0.80
SendTotalBytesMethod · 0.80
SendShapeMethod · 0.80
SendStringMethod · 0.80
SendStringSliceMethod · 0.80
SendBasicTypeMethod · 0.80
ComputeMethod · 0.80
GetElementBytesMethod · 0.80
SendUInt64MetaMsgMethod · 0.80
SendScalarShapeMethod · 0.80
SendFileSliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected