MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / IsSubsetTickOpConf

Function IsSubsetTickOpConf

oneflow/core/graph/task_graph.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool IsSubsetTickOpConf(const OperatorConf& op_conf) {
77 return op_conf.has_src_subset_tick_conf() || op_conf.has_dst_subset_tick_conf();
78}
79
80bool IsTickOpConf(const OperatorConf& conf) {
81 return IsClassRegistered<int32_t, IsTickTockOpTypeCase>(conf.op_type_case());

Callers 1

GetMthdForBldSubTskGphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected