Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ArgIsList
Function
ArgIsList
tensorflow/cc/framework/cc_op_gen.cc:501–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
499
}
500
501
bool ArgIsList(const OpDef::ArgDef& arg) {
502
return !arg.type_list_attr().empty() || !arg.number_attr().empty();
503
}
504
505
bool HasOptionalAttrs(
506
const ApiDef& api_def,
Callers
5
GetTensorListLength
Method · 0.85
SetUpContiguousInputs
Method · 0.85
CopyInputs
Method · 0.85
OpInfo
Method · 0.85
GetConstructorBody
Method · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected