Searched defs:OpSpec (Results 1 – 4 of 4) sorted by relevance
272 type OpSpec struct { struct274 Type string278 Name string290 Input []Input294 Attrs map[string]interface{}298 ControlDependencies []*Operation305 Device string
28 OpSpec::OpSpec(const OpDef& op_def, const ApiDef& api_def) in OpSpec() function in tensorflow::generator::OpSpec
160 explicit OpSpec(const string& graph_op_name, bool hidden, in OpSpec() function
396 using OpSpec = QDQOpSpec<TFOpType>; typedef in tensorflow::tensorrt::convert::ConvertQDQ