Searched defs:WorkspaceArgs (Results 1 – 1 of 1) sorted by relevance
103 struct WorkspaceArgs struct105 const StratType *strategy;106 const DepthwiseArgs &depthwise_args;107 const OutputStage &output_stage;109 WorkspaceArgs(const StratType *strat, const DepthwiseArgs &dwargs, const OutputStage &os = {}) in WorkspaceArgs() argument