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

<<111112113114115116117118119120>>

  /external/python/cpython2/Demo/pdist/
mac.py 2 import string
11 words = string.split(line)
  /external/python/cpython2/Doc/includes/sqlite3/
executemany_2.py 2 import string
5 for c in string.lowercase:
  /external/python/cpython3/Doc/includes/sqlite3/
executemany_2.py 2 import string
5 for c in string.ascii_lowercase:
  /external/swiftshader/src/OpenGL/compiler/
ExtensionBehavior.h 19 #include <string>
43 typedef std::map<std::string, TBehavior> TExtensionBehavior;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DOTGraphTraitsPass.h 23 std::string Name;
25 DOTGraphTraitsViewer(std::string GraphName, char &ID) : FunctionPass(ID) {
31 std::string Title, GraphName;
49 std::string Name;
51 DOTGraphTraitsPrinter(std::string GraphName, char &ID)
58 std::string Filename = Name + "." + F.getNameStr() + ".dot";
61 std::string ErrorInfo;
65 std::string Title, GraphName;
Verifier.h 24 #include <string>
63 std::string *ErrorInfo = 0 ///< Information about failures.
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DOTGraphTraits.h 20 #include <string>
45 static std::string getGraphName(const GraphType& Graph) { return ""; }
51 static std::string getGraphProperties(const GraphType& Graph) {
71 std::string getNodeLabel(const void *Node, const GraphType& Graph) {
85 static std::string getNodeAttributes(const void *Node,
93 static std::string getEdgeAttributes(const void *Node, EdgeIter EI,
101 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) {
135 static std::string getEdgeDestLabel(const void *Node, unsigned i) {
ToolOutputFile.h 33 std::string Filename;
49 tool_output_file(const char *filename, std::string &ErrorInfo,
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterInst.h 11 // the string into operands, which can be literal strings (the constant bits of
12 // the string), actual operands (i.e., operands from the MachineInstr), and
20 #include <string>
42 std::string Str;
52 /// MiModifier - For isMachineInstrOperand, this is the modifier string for
54 std::string MiModifier;
59 AsmWriterOperand(const std::string &LitStr,
63 AsmWriterOperand(const std::string &Printer,
66 const std::string &Modifier,
82 std::string getCode() const
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Signals.h 18 #include <string>
33 bool RemoveFileOnSignal(StringRef Filename, std::string* ErrMsg = nullptr);
  /external/syslinux/com32/hdt/
hdt-ata.c 29 #include <string.h>
  /external/tensorflow/tensorflow/cc/framework/
scope.h 20 #include <string>
113 Scope NewSubScope(const string& child_scope_name) const;
117 Scope WithOpName(const string& op_name) const;
134 Scope WithDevice(const string& device) const;
154 Scope WithKernelLabel(const string& kernel_label) const;
160 string GetUniqueNameForOp(const string& default_name) const;
176 CompositeOpScopes GetCompositeOpScopes(const string& composite_op_name) const;
  /external/tensorflow/tensorflow/compiler/aot/
compile.h 20 #include <string>
37 string entry_point; // Name of generated function.
  /external/tensorflow/tensorflow/compiler/xla/
protobuf_util.h 40 const string& directory, const string& file_name);
  /external/tensorflow/tensorflow/compiler/xla/service/
name_uniquer.cc 34 NameUniquer::NameUniquer(const string& separator) {
40 /*static*/ string NameUniquer::GetSanitizedName(const string& name) {
41 string result = name;
55 string NameUniquer::GetUniqueName(tensorflow::StringPiece prefix) {
56 string root = prefix.empty() ? "name" : prefix.ToString();
62 if (separator_index != string::npos && (separator_index > 0) &&
64 string after_suffix = root.substr(separator_index + 1);
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
lstm_utils.h 16 #include <string>
58 void CreateOptionalArray(Model* model, string* input_array_buffer,
59 const string& array_name);
63 string* array_name,
87 void CopySubArrayToArray(Model* model, string* array_name,
88 const string& tensor_name, int dim1_size,
99 bool GetMatchingRnnArray(Model* model, const string& back_edge_source_array,
100 string* rnn_array);
  /external/tensorflow/tensorflow/contrib/lite/toco/
import_tensorflow.h 19 #include <string>
38 const string& input_file_contents);
model_cmdline_flags.h 18 #include <string>
28 // is successful. msg has the usage string if there was an error or
31 int* argc, char* argv[], string* msg,
  /external/tensorflow/tensorflow/contrib/session_bundle/
signature.h 21 #include <string>
57 const string& name, const tensorflow::MetaGraphDef& meta_graph_def,
88 Status GetGenericSignature(const string& name,
98 Status GetNamedSignature(const string& name,
107 const std::vector<std::pair<string, Tensor>>& inputs,
108 std::vector<std::pair<string, Tensor>>* bound_inputs);
118 const std::vector<string>& input_names,
119 std::vector<string>* bound_names);
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_service.proto 42 string host_name = 1;
48 string host_name = 1;
55 string error_message = 2;
56 string error_details = 3;
  /external/tensorflow/tensorflow/core/common_runtime/
build_graph_options.cc 22 string BuildGraphOptions::DebugString() const {
23 string rv = "Feed endpoints: ";
  /external/tensorflow/tensorflow/core/debug/
debugger_state_impl.cc 26 for (const string& url : watch.debug_urls()) {
33 for (const string& debug_url : debug_urls_) {
40 const int64 executor_step_index, const std::vector<string>& input_names,
41 const std::vector<string>& output_names,
42 const std::vector<string>& target_names) {
55 const string& device_name) {
56 std::unordered_set<string> debug_urls;
59 for (const string& url : watch.debug_urls()) {
  /external/tensorflow/tensorflow/core/distributed_runtime/
remote_device.h 20 #include <string>
44 const string& remote_worker, NewRemoteDevicesDone done);
  /external/tensorflow/tensorflow/core/graph/
default_device.h 19 #include <string>
29 inline void SetDefaultDevice(const string& device, GraphDef* graph_def) {
mkl_graph_util.h 20 #include <string>
84 inline string GetMklOpName(const string& name) {
85 return string(kMklOpPrefix) + name;
93 static inline bool IsMklOp(const std::string& op_name, DataType T) {
94 string kernel = KernelsRegisteredForOp(op_name);
96 kernel.find(kMklOpLabelPattern) != string::npos && (T == DT_FLOAT);
107 static inline bool IsMklElementWiseOp(const std::string& op_name, DataType T) {

Completed in 1080 milliseconds

<<111112113114115116117118119120>>