MCPcopy Create free account
hub / github.com/catboost/catboost / GetCommandType

Method GetCommandType

catboost/cuda/cuda_lib/task.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 ECommandType GetCommandType() const {
39 return Type;
40 }
41
42 virtual void Load(IInputStream*) = 0;
43 virtual void Save(IOutputStream*) const = 0;

Callers 3

RunIterationMethod · 0.80
TestTemplateKernelFunction · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestTemplateKernelFunction · 0.64
Y_UNIT_TESTFunction · 0.64