HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 3701 - 3725 of 46739) sorted by null

<<141142143144145146147148149150>>

  /external/perfetto/src/protozero/test/
fake_scattered_buffer.h 21 #include <string>
38 std::string GetChunkAsString(size_t chunk_index);
41 std::string GetBytesAsString(size_t start, size_t length);
  /external/protobuf/benchmarks/
generate_datasets.cc 41 std::set<std::string> names;
46 void WriteFileWithPayloads(const std::string& name,
47 const std::string& message_name,
48 const std::vector<std::string>& payload) {
83 std::string fname = file_prefix + name + file_suffix;
91 void WriteFile(const std::string& name, const std::string& message_name,
92 const std::string& payload) {
93 std::vector<std::string> payloads;
98 std::string ReadFile(const std::string& name)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_reflection_class.h 34 #include <string>
54 std::string namespace_;
55 std::string reflectionClassname_;
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_enum.h 34 #include <string>
58 const string& name() const { return name_; }
64 const string name_;
objectivec_extension.h 50 ExtensionGenerator(const string& root_class_name,
59 string method_name_;
60 string root_class_and_method_name_;
  /external/protobuf/src/google/protobuf/
generated_message_util.cc 51 const ::std::string* empty_string_;
59 empty_string_ = new string;
63 int StringSpaceUsedExcludingSelf(const string& str) {
67 // The string's data is stored inside the string object itself.
  /external/protobuf/src/google/protobuf/util/
type_resolver.h 34 #include <string>
61 const string& type_url, google::protobuf::Type* message_type) = 0;
64 virtual util::Status ResolveEnumType(const string& type_url,
  /external/puffin/src/include/puffin/
puffdiff.h 8 #include <string>
30 const std::string& tmp_filepath,
40 const std::string& tmp_filepath,
  /external/python/cpython2/Mac/Modules/folder/
foldersupport.py 6 import string
14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
36 execfile(string.lower(MODPREFIX) + 'typetest.py')
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
LeakDetector.h 25 #include <string>
60 static void checkForGarbage(LLVMContext &C, const std::string &Message) {
87 static void checkForGarbageImpl(LLVMContext &C, const std::string &Message);
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Error.h 24 std::string Message;
26 TGError(SMLoc loc, const std::string &message) : Loc(loc), Message(message) {}
29 const std::string &getMessage() const { return Message; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunctionPrinterPass.cpp 29 const std::string Banner;
31 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner)
56 const std::string &Banner){
  /external/swiftshader/third_party/LLVM/utils/TableGen/
StringMatcher.h 18 #include <string>
26 /// output a simple switch tree to classify the input string.
33 typedef std::pair<std::string, std::string> StringPair;
  /external/tensorflow/tensorflow/cc/framework/
grad_op_registry.cc 27 bool GradOpRegistry::Register(const string& op, GradFunc func) {
32 Status GradOpRegistry::Lookup(const string& op, GradFunc* func) const {
35 const string error_msg =
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_util.h 39 std::unordered_map<string, string>* feed_remapping, GraphDef* graph_def);
47 string TensorIdToString(const tf2xla::TensorId& id);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
utils_test.cc 18 #include <string>
36 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot();
41 ASSERT_NE(std::string::npos, module->getModuleIdentifier().find("saxpy.ll"));
  /external/tensorflow/tensorflow/compiler/xla/service/
platform_util.h 19 #include <string>
55 const string& platform_name);
60 const string& platform_name);
  /external/tensorflow/tensorflow/compiler/xla/
text_literal_reader_test.cc 18 #include <string>
31 string contents = R"(f32[1,2,3]
40 string fname = tensorflow::testing::TmpDir() + "/ReadsR3File.data.txt";
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/
predictor.cc 33 std::vector<std::string> SplitSentence(const std::string& input) {
34 string result(input);
45 void ExecuteTfLite(const std::string& sentence,
47 std::map<std::string, float>* response_map) {
64 (*response_map)[string(response_text.str, response_text.len)] += weight;
71 const std::vector<std::string>& input,
86 std::map<std::string, float> response_map;
87 std::vector<std::string> sentences;
88 for (const std::string& str : input)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
remove_trivial_passthrough.cc 16 #include <string>
32 void RerouteEdges(const string& from_array, const string& to_array,
67 const string main_input_name = passthru_op->inputs[main_input_array_index];
68 const string output_name = passthru_op->outputs[0];
75 std::vector<string> removal_candidates;
76 for (const string& input : passthru_op->inputs) {
85 for (const string& input : passthru_op->inputs) {
94 for (const string& input : passthru_op->inputs) {
112 for (const string& removal_candidate : removal_candidates)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tensorflow_graph_matching/
resolve_cluster.h 18 #include <string>
43 const std::vector<string>& cluster_names,
52 std::unordered_map<string, bool>* is_node_in_cluster,
  /external/tensorflow/tensorflow/contrib/session_bundle/
session_bundle_test.cc 18 #include <string>
55 Status CopyExport(const string& export_path, const string& variables_filename,
56 const string& meta_graph_def_filename,
59 const string orig_path = test_util::TestSrcDirPath(kExportPath);
61 const string source = io::JoinPath(orig_path, kVariablesFilename);
62 const string sink = io::JoinPath(export_path, variables_filename);
64 string data;
69 const string source = io::JoinPath(orig_path, kMetaGraphDefFilename);
70 const string sink = io::JoinPath(export_path, meta_graph_def_filename)
    [all...]
  /external/tensorflow/tensorflow/contrib/tensorrt/kernels/
trt_engine_op.h 20 #include <string>
52 std::vector<string> input_nodes_;
53 std::vector<string> output_nodes_;
  /external/tensorflow/tensorflow/core/common_runtime/
constant_folding.h 30 std::function<string(Graph* graph, string old_name)>;
40 const std::unordered_map<string, std::vector<PartialTensorShape>>* shape_map =
device_factory.cc 19 #include <string>
44 std::unordered_map<string, FactoryItem>& device_factories() {
45 static std::unordered_map<string, FactoryItem>* factories =
46 new std::unordered_map<string, FactoryItem>;
53 int32 DeviceFactory::DevicePriority(const string& device_type) {
55 std::unordered_map<string, FactoryItem>& factories = device_factories();
65 void DeviceFactory::Register(const string& device_type, DeviceFactory* factory,
69 std::unordered_map<string, FactoryItem>& factories = device_factories();
83 DeviceFactory* DeviceFactory::GetFactory(const string& device_type) {
93 const string& name_prefix
    [all...]

Completed in 1060 milliseconds

<<141142143144145146147148149150>>