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

Function IsTickOpConf

oneflow/core/graph/task_graph.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool IsTickOpConf(const OperatorConf& conf) {
81 return IsClassRegistered<int32_t, IsTickTockOpTypeCase>(conf.op_type_case());
82}
83
84const std::string& GetOpConfCalculationPassName(const OperatorConf& op_conf) {
85 CHECK(op_conf.has_scope_symbol_id());

Callers 1

GetMthdForBldSubTskGphFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected