Home
last modified time | relevance | path

Searched defs:tmplArgs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go392 type tmplArgs struct { struct
393 Op *odpb.OpDef
394 APIDef *adpb.ApiDef
400 RequiredAttrs []*attrWrapper
401 OptionalAttrs []*attrWrapper
402 InArgs []*argWrapper
404 InArgsReordered []*argWrapper
405 OutArgs []*argWrapper
474 func (a *tmplArgs) HasAttrs() bool { return len(a.RequiredAttrs)+len(a.OptionalAttrs) > 0 }
475 func (a *tmplArgs) DescribeArguments() bool {
[all …]