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

<<41424344454647484950>>

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Disassembler.h 19 #include <string>
30 std::string disassembleBuffer(uint8_t* start, size_t length, uint64_t pc = 0);
SystemUtils.h 18 #include <string>
36 /// directory. An empty string is returned on error; note that this function
39 sys::Path PrependMainExecutablePath(const std::string &ExeName,
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
TableGenBackend.h 19 #include <string>
37 void EmitSourceFileHeader(const std::string &Desc, raw_ostream &OS) const;
  /external/swiftshader/third_party/subzero/src/
IceRangeSpec.h 21 #include <string>
40 std::unordered_set<std::string> Names;
51 void init(const std::string &Spec);
52 bool match(const std::string &Name, uint32_t Number) const;
62 // Helper function to tokenize a string into a vector of string tokens, given
63 // a single delimiter character. An empty string produces an empty token
66 static std::vector<std::string> tokenize(const std::string &Spec,
70 void include(const std::string &Token)
    [all...]
  /external/tensorflow/tensorflow/cc/tools/
freeze_saved_model.h 38 std::unordered_set<string>* inputs,
39 std::unordered_set<string>* outputs);
  /external/tensorflow/tensorflow/compiler/jit/legacy_flags/
parallel_check_op_flags.h 38 string parallel_check_atol; // Absolute error tolerance for parallel-check
40 string parallel_check_rtol; // Relative error tolerance for parallel-check
  /external/tensorflow/tensorflow/compiler/tf2xla/
str_util.cc 18 #include <string>
25 static void ReplaceAll(string* text, StringPiece from, StringPiece to) {
27 while ((pos = text->find(from.data(), pos, from.size())) != string::npos) {
36 void ReplaceAllPairs(string* text,
37 const std::vector<std::pair<string, string>>& replace) {
38 for (const std::pair<string, string>& from_to : replace) {
  /external/tensorflow/tensorflow/compiler/xla/
device_util.h 22 #include <string>
30 // Returns a string that represents the device in terms of platform and ordinal;
32 string DeviceIdentifier(perftools::gputools::StreamExecutor* stream_exec) {
protobuf_util.cc 34 string serialized1, serialized2;
42 string SanitizeFilename(const string& file_name) {
43 string safe_file_name = file_name;
55 const string& directory, const string& file_name) {
58 string safe_file_name = SanitizeFileName(file_name) + ".pb";
59 const string path = tensorflow::io::JoinPath(directory, safe_file_name);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_profile_printer_data.proto 27 string long_name = 1;
28 string short_name = 2;
29 string category = 3;
44 string name = 1;
  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor.h 64 // official BigQuery end point. Otherwise send an empty string.
65 static Status New(const string& project_id, const string& dataset_id,
66 const string& table_id, int64 timestamp_millis,
67 int64 row_buffer_size, const string& end_point,
68 const std::vector<string>& columns,
96 SchemaNode(const string& name, ColumnType type) : name(name), type(type) {}
98 string name;
106 static Status New(const string& project_id, const string& dataset_id
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/testing/
tokenize.h 19 #include <string>
30 virtual void ConsumeToken(std::string* token) = 0;
  /external/tensorflow/tensorflow/contrib/lite/toco/tensorflow_graph_matching/
cluster.h 18 #include <string>
50 const string& GetName() const { return name_; }
58 void SetName(const string& name) { name_ = name; }
60 void SetDevice(const string& device) { device_ = device; }
66 string name_;
67 string device_;
68 std::vector<string> inputs_;
69 std::vector<string> outputs_;
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_cmdline_flags.h 18 #include <string>
26 // is successful. msg has the usage string if there was an error or
28 bool ParseTocoFlagsFromCommandLineFlags(int* argc, char* argv[], string* msg,
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_file_writer.h 37 const string& logdir,
38 const string& filename_suffix, Env* env,
  /external/tensorflow/tensorflow/contrib/tpu/profiler/
dump_tpu_profile.h 34 Status WriteTensorboardTPUProfile(const string& logdir, const string& run,
  /external/tensorflow/tensorflow/core/common_runtime/
function_testlib.h 30 Output Call(Scope* scope, const string& op_name, const string& fn_name,
  /external/tensorflow/tensorflow/core/grappler/costs/
op_context.h 28 string name;
29 string device_name;
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transfer_utils.h 33 static std::priority_queue<std::tuple<float, int, string>>
34 GetTopNFloatResults(const float* const data, const string* const labels,
38 const string* const labels,
43 const string& remote_graph_execute_name,
44 const std::vector<std::pair<string, Tensor>>& inputs,
45 const std::vector<string>& outputs, GraphDef* original_def);
50 const std::vector<std::pair<string, Tensor>>& inputs,
51 const std::vector<string>& outputs,
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.h 29 // these can be decoded without copying the data into a C++ string.
35 #include <string>
47 string* error_string);
  /external/tensorflow/tensorflow/core/platform/
variant_coding.h 29 // Encodes an array of Variant objects in to the given string.
31 void EncodeVariantList(const Variant* variant_array, int64 n, string* out);
33 // Decodes an array of Variant objects from the given string.
35 bool DecodeVariantList(const string& in, Variant* variant_array, int64 n);
  /external/tensorflow/tensorflow/core/util/
activation_mode.h 22 #include <string>
41 Status GetActivationModeFromString(const string& str_value,
mirror_pad_mode.h 22 #include <string>
39 // Return the string containing the list of valid padding modes, that can be
41 string GetMirrorPadModeAttrString();
padding.h 22 #include <string>
43 // Return the string containing the list of valid padding types, that can be
45 string GetPaddingAttrString();
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
naming.h 29 // const string metadata_file = MetaFilename("/fs/train/ckpt-step");
41 string MetaFilename(StringPiece prefix);
42 string DataFilename(StringPiece prefix, int32 shard_id, int32 num_shards);

Completed in 1115 milliseconds

<<41424344454647484950>>