Home
last modified time | relevance | path

Searched defs:name_to_value (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptor.php15 private $name_to_value; variable in Google\\Protobuf\\Internal\\EnumDescriptor
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptor.php15 private $name_to_value; variable in Google\\Protobuf\\Internal\\EnumDescriptor
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptor.php15 private $name_to_value; variable in Google\\Protobuf\\Internal\\EnumDescriptor
/external/pytorch/test/cpp/jit/
Dtest_ir.cpp125 std::unordered_map<std::string, torch::jit::Value*> name_to_value; in TEST() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dkernel.cpp987 std::unordered_map<std::string, const torch::jit::Value*> name_to_value; in genInputDebugNames() local