Searched defs:init_ops (Results 1 – 3 of 3) sorted by relevance
55 std::vector<string> init_ops; member
223 def init_ops(self): member in GmmAlgorithm
54 const std::vector<string>& init_ops) { in InitializeVariables()438 std::vector<string> init_ops = str_util::Split(init_ops_string, ','); in Main() local