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

<<919293949596979899100>>

  /external/tensorflow/tensorflow/compiler/jit/
graph_to_functiondef.h 28 Status GraphToFunctionDef(const Graph& graph, const string& name,
  /external/tensorflow/tensorflow/compiler/tf2xla/
str_util_test.cc 18 #include <string>
31 string text, const std::vector<std::pair<string, string>>& replace,
  /external/tensorflow/tensorflow/compiler/xla/client/
executable_build_options.h 57 ExecutableBuildOptions& set_generate_hlo_graph(string regex);
58 const tensorflow::gtl::optional<string>& generate_hlo_graph() const;
60 // Returns a string representation of the build options, suitable for
62 string ToString() const;
68 tensorflow::gtl::optional<string> generate_hlo_graph_;
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_proto_util.h 21 #include <string>
  /external/tensorflow/tensorflow/contrib/lite/testing/
message.h 19 #include <string>
48 virtual void SetField(const std::string& name, const std::string& value) {}
57 virtual Message* AddChild(const std::string& name) { return nullptr; }
  /external/tensorflow/tensorflow/contrib/lite/toco/python/
toco_python_api.h 18 #include <string>
25 // parameters (see relevant .protos for more information). Returns a string
  /external/tensorflow/tensorflow/contrib/lite/toco/tensorflow_graph_matching/
resolve_svdf.h 18 #include <string>
39 void AddConstNodePattern(const string& const_pattern) {
49 void CreateConstNode(const string& const_pattern);
64 std::vector<string> const_node_patterns_;
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_utils.h 22 #include <string>
42 explicit MPIUtils(const std::string& worker_name);
44 const int GetSourceID(const std::string& task_id) const {
55 std::map<std::string, int> name_to_id_;
  /external/tensorflow/tensorflow/core/framework/
device_base.cc 26 const string& DeviceBase::name() const {
graph_def_util.h 30 string SummarizeGraphDef(const GraphDef& graph_def);
73 // std::unordered_set<std::pair<string, string>> op_attr_removed;
92 std::set<std::pair<string, string>>* op_attr_removed);
98 std::set<string>* ops_used_in_graph);
selective_registration.h 19 #include <string.h>
  /external/tensorflow/tensorflow/core/grappler/utils/
traversal_test.cc 29 static NodeDef CreateNode(const string& name,
30 const std::vector<string>& inputs) {
33 static NodeDef CreateNode(const string& name, const string& op,
34 const std::vector<string>& inputs) {
40 for (const string& input : inputs) {
58 std::vector<string> pre_order;
59 std::vector<string> post_order;
67 EXPECT_EQ(std::vector<string>({"1", "4", "3", "2", "5", "0"}), pre_order);
68 EXPECT_EQ(std::vector<string>({"4", "5", "2", "3", "1", "0"}), post_order)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/sql/
driver_manager.h 34 const string& driver_name);
  /external/tensorflow/tensorflow/core/kernels/
i_remote_fused_graph_executor.h 56 virtual bool FillInputNode(const string& node_name, const Tensor& tensor) = 0;
59 virtual bool ReadOutputNode(const string& node_name,
63 const std::vector<string>& inputs,
64 const std::vector<string>& outputs,
  /external/tensorflow/tensorflow/core/platform/
logging.h 34 const string& message);
  /external/tensorflow/tensorflow/core/protobuf/
cluster.proto 68 string name = 1;
70 // Mapping from task ID to "hostname:port" string.
75 map<int32, string> tasks = 2;
tensorflow_server.proto 36 string job_name = 2;
50 string protocol = 5;
  /external/tensorflow/tensorflow/core/util/
memmapped_file_system_writer.h 34 Status InitializeToFile(Env* env, const string& filename);
35 Status SaveTensor(const Tensor& tensor, const string& element_name);
37 const string& element_name);
43 void AddToDirectoryElement(const string& element_name);
  /external/tensorflow/tensorflow/examples/speech_commands/
accuracy_utils.h 42 Status ReadGroundTruthFile(const string& file_name,
43 std::vector<std::pair<string, int64>>* result);
50 const std::vector<std::pair<string, int64>>& ground_truth_list,
51 const std::vector<std::pair<string, int64>>& found_words,
recognize_commands.h 50 explicit RecognizeCommands(const std::vector<string>& labels,
59 string* found_command, float* score,
64 std::vector<string> labels_;
72 string previous_top_label_;
  /external/testng/src/main/java/org/testng/reporters/
IBuffer.java 6 IBuffer append(CharSequence string);
  /external/valgrind/none/tests/
coolo_strlen.c 2 #include <string.h>
  /external/webrtc/talk/app/webrtc/
audiotrack.h 31 #include <string>
46 AudioTrack(const std::string& label,
52 const std::string& id,
57 std::string kind() const override;
videotrack.h 31 #include <string>
43 const std::string& label, VideoSourceInterface* source);
51 virtual std::string kind() const;
54 VideoTrack(const std::string& id, VideoSourceInterface* video_source);
  /external/webrtc/talk/media/devices/
macdeviceinfo.cc 32 bool GetUsbId(const Device& device, std::string* usb_id) {
41 std::string id_vendor = device.id.substr(vid_location, id_size);
43 std::string id_product = device.id.substr(pid_location, id_size);
52 bool GetUsbVersion(const Device& device, std::string* usb_version) {

Completed in 1325 milliseconds

<<919293949596979899100>>