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

<<51525354555657585960>>

  /external/syslinux/gpxe/src/include/gpxe/
monojob.h 15 extern int monojob_wait ( const char *string );
  /external/tensorflow/tensorflow/cc/saved_model/
loader.h 21 #include <string>
51 const RunOptions& run_options, const string& export_dir,
52 const std::unordered_set<string>& tags,
60 bool MaybeSavedModelDirectory(const string& export_dir);
  /external/tensorflow/tensorflow/compiler/xla/tests/
llvm_irgen_test_base.h 19 #include <string>
39 const string& pattern, bool match_optimized_ir);
52 const string& pattern,
61 string ir_;
  /external/tensorflow/tensorflow/compiler/xla/
text_literal_writer_test.cc 19 #include <string>
36 string path =
39 string contents;
42 const string expected = R"(f32[2,2]
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_tooling.h 19 #include <string>
30 const string& input_file_contents);
40 bool allow_custom_ops, string* output_file_contents);
44 string* output_file_contents) {
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_converter.h 25 Status AddTensorAsScalarToSummary(const Tensor& t, const string& tag,
27 Status AddTensorAsHistogramToSummary(const Tensor& t, const string& tag,
29 Status AddTensorAsImageToSummary(const Tensor& tensor, const string& tag,
32 Status AddTensorAsAudioToSummary(const Tensor& tensor, const string& tag,
  /external/tensorflow/tensorflow/core/grappler/inputs/
utils.h 28 bool FilesExist(const std::vector<string>& files,
30 bool FilesExist(const std::set<string>& files);
32 bool FileExists(const std::string& file, Status* status);
34 Status ReadGraphDefFromFile(const std::string& graph_def_pbtxt_path,
  /external/tensorflow/tensorflow/core/platform/cloud/
time_util.h 25 Status ParseRfc3339Time(const string& time, int64* mtime_nsec);
  /external/tensorflow/tensorflow/core/platform/default/
cuda_libdevice_path.cc 27 string CudaRoot() {
  /external/tensorflow/tensorflow/python/lib/io/
py_record_reader.h 39 static PyRecordReader* New(const string& filename, uint64 start_offset,
40 const string& compression_type_string,
53 string record() const { return record_; }
66 string record_;
  /external/tensorflow/tensorflow/stream_executor/lib/
numbers.h 28 bool safe_strto32(const string& str, int32* value);
  /external/tensorflow/tensorflow/tools/graph_transforms/
file_utils.h 27 Status LoadTextOrBinaryGraphFile(const string& file_name, GraphDef* graph_def);
transform_graph.h 32 // Handles converting the transforms string into transform names and their
34 typedef std::vector<std::pair<string, TransformFuncParameters>>
36 Status ParseTransformParameters(const string& transforms_string,
41 // function with a name string.
42 Status TransformGraph(const std::vector<string>& inputs,
43 const std::vector<string>& outputs,
  /external/zopfli/src/zopfli/
katajainen.h 23 #include <string.h>
  /frameworks/av/media/libmedia/include/media/
MemoryLeakTrackUtil.h 28 extern std::string dumpMemoryAddresses(size_t limit);
  /frameworks/base/cmds/statsd/src/guardrail/
MemoryLeakTrackUtil.h 29 extern std::string dumpMemInfo(size_t limit);
  /frameworks/base/core/proto/android/content/
component_name.proto 31 optional string package_name = 1;
32 optional string class_name = 2;
  /frameworks/native/cmds/installd/
file_parsing.h 22 #include <string>
27 bool ParseFile(const std::string& strFile, std::function<bool (const std::string&)> parse) {
36 std::string line;
  /frameworks/native/cmds/lshal/libprocpartition/include/procpartition/
procpartition.h 22 #include <string>
36 Partition parsePartition(const std::string& s);
39 std::string getExe(pid_t pid);
41 std::string getCmdline(pid_t pid);
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
MainActivity.java 49 String title = getString(R.string.main_title);
50 String breadcrumb = getString(R.string.main_breadcrumb);
51 String description = "";
60 addAction(actions, BrowseActivity.class, R.string.browse, R.string.browse_description);
61 addAction(actions, BrowseSupportActivity.class, R.string.browse_support,
62 R.string.browse_support_description);
63 addAction(actions, SearchActivity.class, R.string.search, R.string.search_description)
    [all...]
  /hardware/interfaces/camera/provider/2.4/
ICameraProviderCallback.hal 47 cameraDeviceStatusChange(string cameraDeviceName,
65 torchModeStatusChange(string cameraDeviceName,
  /packages/apps/Test/connectivity/sl4n/facades/test/
test_facade.h 29 std::tuple<std::string, int> TestStringEmptyReturn();
30 std::tuple<std::string, int> TestStringMaxReturn(
31 std::string max_string);
33 std::string string_test, int int_test);
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
command_utils.h 22 #include <string>
40 static CommandType getCommandType(const std::string &commandName);
41 static void printCommandUnknownMessage(const std::string &programName,
42 const std::string &commandName);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 48 /// \brief Returns the atomic change as a YAML string.
49 std::string toYAMLString();
56 const std::string &getKey() const { return Key; }
59 const std::string &getFilePath() const { return FilePath; }
70 /// \brief Returns the error message or an empty string if it does not exist.
71 const std::string &getError() const { return Error; }
107 llvm::ArrayRef<std::string> getInsertedHeaders() const {
111 llvm::ArrayRef<std::string> getRemovedHeaders() const {
118 AtomicChange(std::string Key, std::string FilePath, std::string Error
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Refactoring/
AtomicChange.h 48 /// \brief Returns the atomic change as a YAML string.
49 std::string toYAMLString();
56 const std::string &getKey() const { return Key; }
59 const std::string &getFilePath() const { return FilePath; }
70 /// \brief Returns the error message or an empty string if it does not exist.
71 const std::string &getError() const { return Error; }
107 llvm::ArrayRef<std::string> getInsertedHeaders() const {
111 llvm::ArrayRef<std::string> getRemovedHeaders() const {
118 AtomicChange(std::string Key, std::string FilePath, std::string Error
    [all...]

Completed in 1773 milliseconds

<<51525354555657585960>>