Home
last modified time | relevance | path

Searched refs:wrapperType (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs526 public void Wrappers_Standalone(System.Type wrapperType, object value, string expectedJson) in Wrappers_Standalone() argument
528 IMessage populated = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
DJsonParserTest.cs146 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone() argument
148 IMessage parsed = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
149 IMessage expected = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp489 uint32_t addOperand(WrapperType wrapperType) { in addOperand() argument
490 switch (static_cast<int>(wrapperType)) { in addOperand()
497 WrapperOperandType wrapperOperandType(wrapperType, {}); in addOperand()
506 WrapperOperandType wrapperOperandType(wrapperType, {1}); in addOperand()
516 WrapperOperandType wrapperOperandType(wrapperType, {1}, 1.0f); in addOperand()
522 WrapperOperandType wrapperOperandType(wrapperType, {1}, 0.0f, 0, in addOperand()
529 ADD_FAILURE() << "Unexpected type " << static_cast<uint32_t>(wrapperType); in addOperand()