Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ num_inputs
Method
num_inputs
tensorflow/cc/framework/ops.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
explicit Operation(Node* n);
41
42
int32 num_inputs() const { return node_->num_inputs(); }
43
DataType input_type(int32 o) const { return node_->input_type(o); }
44
Output input(int32 i) const;
45
Callers
15
DynamicStitchGrad
Function · 0.45
SplitVGrad
Function · 0.45
ConcatGradHelper
Function · 0.45
ConcatV2Grad
Function · 0.45
BroadcastToGrad
Function · 0.45
TileGrad
Function · 0.45
GatherV2Grad
Function · 0.45
Conv2DBackpropInputGrad
Function · 0.45
AddNGrad
Function · 0.45
CumsumGrad
Function · 0.45
CastGrad
Function · 0.45
SelectGrad
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected