Home
last modified time | relevance | path

Searched refs:randomizeConstants (Results 1 – 7 of 7) sorted by relevance

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/torch_glow/src/
H A Dbinding.cpp144 []() { getPyTorchLoaderSettings().randomizeConstants = true; });
148 []() { getPyTorchLoaderSettings().randomizeConstants = false; });
H A DPyTorchCommon.h114 bool randomizeConstants = false; member
H A DPyTorchCommon.cpp50 DEFINE_bool(randomizeConstants, false, "See PyTorchLoaderSettings");
227 settings.randomizeConstants = FLAGS_randomizeConstants; in getInitialSettings()
H A DPyTorchModelLoader.cpp4069 if (settings.randomizeConstants) { in PyTorchModelLoader()
4070 F_.randomizeConstants(randomizeConstantsIgnoreSet); in PyTorchModelLoader()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Graph/
H A DGraph.h2054 void randomizeConstants(
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DGraphTest.cpp2331 F->randomizeConstants(); in TEST()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DGraph.cpp4973 void Function::randomizeConstants( in randomizeConstants() function in Function