Searched defs:OpSpec (Results 1 – 2 of 2) sorted by relevance
249 type OpSpec struct { struct251 Type string255 Name string267 Input []Input271 Attrs map[string]interface{}275 ControlDependencies []*Operation282 Device string
160 explicit OpSpec(const string& graph_op_name, bool hidden, in OpSpec() function