| 1001 | } |
| 1002 | const CudnnModelTypes& model_types() const { return model_types_; } |
| 1003 | float dropout() const { return dropout_; } |
| 1004 | uint64 seed() { return (static_cast<uint64>(seed_) << 32) | seed2_; } |
| 1005 | bool ResetRndGenState() { return reset_rnd_gen_state_; } |
| 1006 |
no outgoing calls