Searched refs:INVALID_LOSS_OPS (Results 1 – 1 of 1) sorted by relevance
61 static const std::set<std::string> INVALID_LOSS_OPS = {GET_NEXT, VIRTUALLOSS, LOAD, UPDATESTATE}; variable2276 if (INVALID_LOSS_OPS.find(current_prim->name()) != INVALID_LOSS_OPS.end()) { in FindLossCNode()2321 if (INVALID_LOSS_OPS.find(prim->name()) != INVALID_LOSS_OPS.end()) { in GetLossNodeGradOutputLayout()