Home
last modified time | relevance | path

Searched refs:ParseBool (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/
Dignite_binary_object_parser.h40 bool ParseBool(uint8_t** ptr) const;
Dignite_binary_object_parser.cc71 out_tensors->back().scalar<bool>()() = ParseBool(ptr); in Parse()
256 bool BinaryObjectParser::ParseBool(uint8_t** ptr) const { in ParseBool() function in tensorflow::BinaryObjectParser
/external/protobuf/python/google/protobuf/
Dtext_format.py986 result = ParseBool(self.token)
1166 def ParseBool(text): function
/external/syzkaller/vendor/golang.org/x/net/trace/
Dtrace.go186 if exp, err := strconv.ParseBool(req.FormValue("exp")); err == nil {
189 if exp, err := strconv.ParseBool(req.FormValue("rtraced")); err == nil {
Devents.go92 if exp, err := strconv.ParseBool(req.FormValue("exp")); err == nil {
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dlib.go799 x, err := strconv.ParseBool(prop.Default)
/external/golang-protobuf/proto/
Dlib.go837 x, err := strconv.ParseBool(prop.Default)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc311 bool ParseBool(bool* result);
2675 if (!ParseBool(&result)) { in ParseAttributeHelper()
2955 if (!ParseBool(&result)) { in ParseAttributeAsProtoMessageHelper()
3922 bool HloParser::ParseBool(bool* result) { in ParseBool() function in xla::__anonc071bf1f0111::HloParser
/external/golang-protobuf/jsonpb/
Djsonpb.go858 } else if v, err := strconv.ParseBool(ivStr); err == nil {