| /external/tensorflow/tensorflow/core/grappler/clusters/ |
| cluster.h | 19 #include <string> 42 // Returns a string that represent the type of cluster that was instantiated. 43 virtual string type() const = 0; 87 const std::unordered_map<string, DeviceProperties>& GetDevices() const { 93 const std::vector<string> GetDeviceNames() const; 105 std::unordered_map<string, uint64>* device_peak_memory) const { 116 const std::vector<std::pair<string, Tensor>>& feed, 117 const std::vector<string>& fetch, 121 std::unordered_map<string, DeviceProperties> devices_;
|
| /external/tensorflow/tensorflow/core/kernels/data/sql/ |
| query_connection.h | 48 virtual Status Open(const string& data_source_name, const string& query,
|
| /external/tensorflow/tensorflow/core/kernels/ |
| remote_fused_graph_rewriter_transform_test.cc | 97 const std::vector<std::pair<string, Tensor>> input_tensors{ 109 context.params.insert(std::pair<string, std::vector<string>>( 114 context.params.insert(std::pair<string, std::vector<string>>( 119 context.params.insert(std::pair<string, std::vector<string>>( 125 context.params.insert(std::pair<string, std::vector<string>>( 130 context.params.insert(std::pair<string, std::vector<string>> [all...] |
| /external/tensorflow/tensorflow/core/lib/io/ |
| inputstream_interface.h | 19 #include <string> 35 virtual Status ReadNBytes(int64 bytes_to_read, string* result) = 0;
|
| /external/tensorflow/tensorflow/core/platform/default/ |
| fingerprint.h | 23 inline uint64 Fingerprint64(const string& s) { 27 inline Fprint128 Fingerprint128(const string& s) {
|
| /external/tensorflow/tensorflow/core/util/ |
| memmapped_file_system.proto | 23 string name = 2;
|
| mirror_pad_mode.cc | 26 string str_value; 38 string GetMirrorPadModeAttrString() { return "mode: {'REFLECT', 'SYMMETRIC'}"; }
|
| padding.cc | 26 string str_value; 38 string GetPaddingAttrString() { return "padding: {'SAME', 'VALID'}"; }
|
| saved_tensor_slice_util_test.cc | 34 string buffer = EncodeTensorNameSlice("foo", s); 35 string name;
|
| /external/tensorflow/tensorflow/java/src/gen/cc/ |
| source_writer.h | 19 #include <string> 54 SourceWriter& Write(const string& text); 87 string left_margin_; 88 string line_prefix_; 110 // A writer that outputs source code into a string buffer. 113 SourceBufferWriter() : owns_buffer_(true), buffer_(new string()) {} 114 explicit SourceBufferWriter(string* buffer) 119 const string& str() { return *buffer_; } 128 string* buffer_;
|
| /external/tensorflow/tensorflow/stream_executor/lib/ |
| path.h | 32 string JoinPathImpl(std::initializer_list<port::StringPiece> paths); 51 // string path = file::JoinPath("/var/log", dirname, filename); 52 // string path = file::JoinPath(FLAGS_test_srcdir, filename); 54 inline string JoinPath(const T&... args) {
|
| /external/testng/src/main/java/org/testng/mustache/ |
| StringChunk.java | 5 private String m_string; 7 public StringChunk(Model model, String string) { 9 m_string = string; 13 public String compose() { 18 public String toString() {
|
| /external/testng/src/test/java/test/annotationtransformer/ |
| AnnotationTransformerClassSampleTest.java | 29 private void ppp(String string) { 30 System.out.println("[Transformer] " + string);
|
| /external/testng/src/test/java/test/dependent/ |
| ImplicitMethodInclusionSampleTest.java | 16 private void ppp(String string) { 17 System.out.println("[Implicit] " + string);
|
| /external/testng/src/test/java/test/tmp/ |
| ChildTest.java | 24 private void ppp(String string) { 25 System.out.println("[Parent] " + string);
|
| ParentTest.java | 23 private void ppp(String string) { 24 System.out.println("[Parent] " + string);
|
| /external/testng/src/test/java/test/verify/ |
| VerifyNoListenersSampleTest.java | 28 private void log(String string) { 30 System.out.println(string);
|
| VerifySampleTest.java | 34 private void log(String string) { 36 System.out.println(string);
|
| /external/toybox/toys/posix/ |
| strings.c | 8 * Deviations from posix: we don't readahead to the end of the string to see 26 -n At least LEN characters form a string (default 4) 43 char *string = 0, pattern[8]; local 45 if (TT.t) if (!(string = strchr("oxd", *TT.t))) error_exit("-t needs oxd"); 46 sprintf(pattern, "%%7ll%c ", string ? *string : 'd'); 49 // copy start of string to temporary buffer until enough to output 50 string = xzalloc(wlen+1); 67 string[count++] = toybuf[i]; 72 printf("%s", string); [all...] |
| /external/v8/tools/clang/plugins/tests/ |
| inline_ctor.cpp | 9 #include <string> 20 std::vector<std::string> two_;
|
| /external/webrtc/talk/app/webrtc/ |
| dtmfsender.h | 31 #include <string> 56 virtual bool CanInsertDtmf(const std::string& track_id) = 0; 60 virtual bool InsertDtmf(const std::string& track_id, 84 bool InsertDtmf(const std::string& tones, 88 std::string tones() const override; 115 std::string tones_; 127 PROXY_METHOD3(bool, InsertDtmf, const std::string&, int, int) 129 PROXY_CONSTMETHOD0(std::string, tones)
|
| mediaconstraintsinterface.h | 36 #include <string> 48 Constraint(const std::string& key, const std::string value) 51 std::string key; 52 std::string value; 57 bool FindFirst(const std::string& key, std::string* value) const; 148 const std::string& key, bool* value,
|
| /external/webrtc/webrtc/base/ |
| crc32.h | 14 #include <string> 28 inline uint32_t ComputeCrc32(const std::string& str) {
|
| dbus.h | 18 #include <string> 62 // This filter string should ususally come from BuildFilterString() 63 explicit DBusSigFilter(const std::string &filter) 67 // Builds a DBus monitor filter string from given DBus path, interface, and 70 static std::string BuildFilterString(const std::string &path, 71 const std::string &interface, 72 const std::string &member); 85 // Returns the DBus monitor filter string. 86 const std::string &filter() const { return filter_; [all...] |
| macconversion.h | 18 #include <string> 20 // given a CFStringRef, attempt to convert it to a C++ string. 22 // We can safely assume, given our context, that the string is 26 std::string& cppstr);
|