Home
last modified time | relevance | path

Searched defs:Deterministic (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp47 bool Deterministic) { in getOldMember()
77 bool Deterministic) { in getFile()
257 static sys::TimePoint<std::chrono::seconds> now(bool Deterministic) { in now()
285 bool Deterministic, ArrayRef<MemberData> Members, in writeSymbolTable()
390 object::Archive::Kind Kind, bool Thin, bool Deterministic, in computeMemberData()
553 bool Deterministic, bool Thin, in writeArchive()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/
Dtensor_op.h229 bool Deterministic() { return is_deterministic_; } in Deterministic() function
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc3278 TEST(MapSerializationTest, Deterministic) { in TEST() argument