Searched defs:OpSpec (Results 1 – 2 of 2) sorted by relevance
272 type OpSpec struct { struct274 Type string278 Name string290 Input []Input294 Attrs map[string]interface{}298 ControlDependencies []*Operation305 Device string
160 explicit OpSpec(const string& graph_op_name, bool hidden, in OpSpec() function