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

Method input_tensor

tensorflow/core/graph/graph.cc:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328Status Node::input_tensor(int idx, OutputTensor* t) const {
329 const Edge* e;
330 TF_RETURN_IF_ERROR(input_edge(idx, &e));
331 DCHECK(e != nullptr);
332 *t = OutputTensor(e->src(), e->src_output());
333 return Status::OK();
334}
335
336// NodeDebugInfo
337

Callers 15

TESTFunction · 0.45
RFFTShapeFunction · 0.45
data_flow_ops.ccFile · 0.45
io_ops.ccFile · 0.45
nn_ops.ccFile · 0.45
PadShapeFnFunction · 0.45
TransposeShapeFnFunction · 0.45
array_ops.ccFile · 0.45
SetOutputToSizedImageFunction · 0.45
image_ops.ccFile · 0.45

Calls 3

OutputTensorClass · 0.70
srcMethod · 0.45
src_outputMethod · 0.45

Tested by 2

TESTFunction · 0.36
RFFTShapeFunction · 0.36