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

Method ConsumeInput

tensorflow/core/common_runtime/eager/eager_operation.cc:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void EagerOperation::ConsumeInput(tensorflow::TensorHandle* h) {
42 inputs_.push_back(h);
43 attrs_.NumInputs(static_cast<int>(inputs_.size()));
44}
45
46string EagerOperation::DebugString() const {
47 string out;

Callers 1

TFE_OpConsumeInputFunction · 0.80

Calls 3

push_backMethod · 0.45
NumInputsMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected