HomeSort by relevance Sort by last modified time
    Searched defs:value_string (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
text_literal_reader.cc 115 tensorflow::StringPiece value_string = pieces[1]; local
117 tensorflow::str_util::RemoveWhitespaceContext(&value_string);
127 if (!tensorflow::strings::safe_strtof(value_string.ToString().c_str(),
130 value_string.ToString().c_str());
  /hardware/nxp/secure_element/libese-spi/p73/utils/
config.cpp 106 string value_string(Trim(line.substr(search + 1, string::npos)));
109 bool value_parsed = value.parseFromString(value_string);
114 LOG(INFO) << "ConfigFile - [" << key << "] = " << value_string; local
  /external/llvm/bindings/python/llvm/
object.py 408 def value_string(self): member in class:Relocation
425 getattr(self, 'value_string')
  /system/nfc/utils/
config.cc 131 string value_string(Trim(line.substr(search + 1, string::npos)));
134 bool value_parsed = value.parseFromString(value_string);
138 LOG(INFO) << "ConfigFile - [" << key << "] = " << value_string; local
  /art/libartbase/base/
utils.h 131 const char* value_string = option.substr(option_prefix.size()).data(); local
133 if (!ParseInt(value_string, &parsed_integer_value)) {
134 usage("Failed to parse %s '%s' as an integer", option_name.c_str(), value_string);
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 282 std::string value_string = ""; local
284 value_string += std::to_string(duration) + ",";
287 processor_name, value_string, "us", false);

Completed in 429 milliseconds