MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / dropout

Method dropout

tensorflow/core/kernels/cudnn_rnn_ops.cc:1003–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
create_test_network_6Function · 0.45
dnn_logits_fnFunction · 0.45
GrowTreeEnsembleOpMethod · 0.45
testCreateDropoutMethod · 0.45

Calls

no outgoing calls