Searched refs:ParseBool (Results 1 – 9 of 9) sorted by relevance
40 bool ParseBool(uint8_t** ptr) const;
71 out_tensors->back().scalar<bool>()() = ParseBool(ptr); in Parse()256 bool BinaryObjectParser::ParseBool(uint8_t** ptr) const { in ParseBool() function in tensorflow::BinaryObjectParser
986 result = ParseBool(self.token)1166 def ParseBool(text): function
186 if exp, err := strconv.ParseBool(req.FormValue("exp")); err == nil {189 if exp, err := strconv.ParseBool(req.FormValue("rtraced")); err == nil {
92 if exp, err := strconv.ParseBool(req.FormValue("exp")); err == nil {
799 x, err := strconv.ParseBool(prop.Default)
837 x, err := strconv.ParseBool(prop.Default)
311 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::__anon8590f6b60111::HloParser
858 } else if v, err := strconv.ParseBool(ivStr); err == nil {