| /external/tensorflow/tensorflow/core/common_runtime/ |
| placer.h | 19 #include <string> 59 typedef std::unordered_map<string, int> NodeNameToIdMap; 83 bool CanAssignToDevice(const string& candidate_device_name,
|
| /external/tensorflow/tensorflow/core/debug/ |
| debug_gateway.h | 42 typedef std::function<void(const string& node_name, const bool any_output)> 55 typedef std::function<void(const string& node_name, const int output_slot, 76 void CopyTensor(const string& node_name, const int output_slot,
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| grpc_testlib.h | 20 #include <string> 53 // Returns a vector of string "<hostname>:<port>" pairs that may be 55 const std::vector<string>& targets() const { return targets_; } 64 std::vector<string> targets_;
|
| /external/tensorflow/tensorflow/core/graph/ |
| tensor_id.h | 19 #include <string> 37 string ToString() const { 50 TensorId ParseTensorName(const string& name);
|
| /external/tensorflow/tensorflow/core/grappler/costs/ |
| measuring_cost_estimator.h | 19 #include <string> 68 std::vector<std::pair<string, Tensor>> feed_; 69 std::vector<string> fetch_;
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| memory_optimizer.h | 35 const string& recomputation_targets_name_prefix = "gradients/") 40 string name() const override { return "memory_optimizer"; }; 50 string recomputation_targets_name_prefix_;
|
| /external/tensorflow/tensorflow/core/grappler/ |
| utils.cc | 37 const string& node_name = node->name(); 49 void NodeMap::RemoveNode(const string& name) { 54 NodeDef* NodeMap::GetNode(const string& name) const { 55 const string node_name = NodeName(name); 63 bool NodeMap::NodeExists(const string& name) const { 64 const string node_name = NodeName(name); 68 const std::set<NodeDef*>& NodeMap::GetOutputs(const string& node_name) const { 76 void NodeMap::AddNode(const string& node_name, NodeDef* node) { 82 void NodeMap::AddOutput(const string& node_name, const string& output_name) [all...] |
| /external/tensorflow/tensorflow/core/kernels/data/sql/ |
| sqlite_query_connection.h | 32 Status Open(const string& data_source_name, const string& query, 39 // Prepares the query string `query_`. 48 string query_;
|
| /external/tensorflow/tensorflow/core/platform/ |
| file_system.cc | 58 string FileSystem::TranslateName(const string& name) const { 65 Status FileSystem::IsDirectory(const string& name) { 84 bool FileSystem::FilesExist(const std::vector<string>& files, 100 Status FileSystem::GetMatchingPaths(const string& pattern, 101 std::vector<string>* results) { 104 string fixed_prefix = pattern.substr(0, pattern.find_first_of("*?[\\")); 105 string eval_pattern = pattern; 106 std::vector<string> all_files; 107 string dir = io::Dirname(fixed_prefix).ToString() [all...] |
| /external/tensorflow/tensorflow/core/profiler/ |
| tfprof_options.cc | 27 string KeyValueToStr(const std::map<string, string>& kv_map) { 28 std::vector<string> kv_vec; 37 tensorflow::Status ParseOutput(const string& output_opt, string* output_type, 38 std::map<string, string>* output_options) { 45 std::set<string> output_types(kOutput, 48 std::vector<string> kv_split [all...] |
| /external/tensorflow/tensorflow/stream_executor/ |
| device_options.h | 75 string ToString() { 81 std::map<string, string> non_portable_tags;
|
| /external/tensorflow/tensorflow/stream_executor/lib/ |
| process_state.cc | 32 string Hostname() { 36 return std::string(hostname); 39 bool GetCurrentDirectory(string* dir) {
|
| /external/tensorflow/tensorflow/tools/graph_transforms/ |
| remove_nodes.cc | 45 std::set<string> required_nodes; 46 for (const string& input : context.input_names) { 49 for (const string& output : context.output_names) { 53 std::vector<string> ops_to_remove = context.params.at("op"); 55 for (const string& op : ops_to_remove) { 67 std::map<string, string> inputs_to_rename; 72 const NodeMatch& match, const std::set<string>& input_nodes, 73 const std::set<string>& output_nodes, 84 string target_name = input_node.name() [all...] |
| /external/webrtc/talk/app/webrtc/ |
| mediastreamproxy.h | 37 PROXY_CONSTMETHOD0(std::string, label) 41 FindAudioTrack, const std::string&) 43 FindVideoTrack, const std::string&)
|
| /external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
| resample_input_audio_file.h | 14 #include <string> 27 ResampleInputAudioFile(const std::string file_name, int file_rate_hz) 31 ResampleInputAudioFile(const std::string file_name,
|
| rtc_event_log_source.h | 14 #include <string> 37 static RtcEventLogSource* Create(const std::string& file_name); 56 bool OpenFile(const std::string& file_name);
|
| /external/webrtc/webrtc/test/ |
| frame_generator.h | 13 #include <string> 38 static FrameGenerator* CreateFromYuvFile(std::vector<std::string> files, 53 std::vector<std::string> filenames,
|
| rtp_file_reader.h | 14 #include <string> 40 const std::string& filename); 42 const std::string& filename,
|
| /external/webrtc/webrtc/test/testsupport/ |
| frame_reader.h | 16 #include <string> 56 FrameReaderImpl(std::string input_filename, size_t frame_length_in_bytes); 65 std::string input_filename_;
|
| frame_writer.h | 16 #include <string> 54 FrameWriterImpl(std::string output_filename, size_t frame_length_in_bytes); 62 std::string output_filename_;
|
| /frameworks/av/media/libmedia/include/media/ |
| convert.h | 21 #include <string> 35 * String conversion to T reads the value of the type T in the given string. 37 * and tries to parse the whole string, which means that if some bytes were not 38 * read in the string, the function fails. 42 * Numeric conversion to string formats the source value to decimal space. 46 * @tparam srcType source type, default value is string type 103 * policy concerning float storage into string. 108 static inline bool fromString(const std::string &str, T &result) 115 if (str.find_first_of(std::string("\r\n\t\v ")) != std::string::npos) [all...] |
| /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/ |
| InputSource.cpp | 21 using std::string; 23 InputSource::InputSource(const string &mappingValue, 41 bool InputSource::sendToHW(string & /*error*/)
|
| Strategy.cpp | 21 using std::string; 24 Strategy::Strategy(const string &mappingValue, 44 bool Strategy::sendToHW(string & /*error*/)
|
| Usage.cpp | 21 using std::string; 24 Usage::Usage(const string &mappingValue, 43 bool Usage::sendToHW(string & /*error*/)
|
| /frameworks/av/services/audiopolicy/engineconfigurable/src/ |
| InputSource.h | 34 Element(const std::string &name) 43 * @returns string representing the name of this policy element 45 const std::string &getName() const { return mName; } 65 * or a string. 78 std::string mName; /**< Unique literal Identifier of a policy base element*/
|