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

<<181182183184185186187188189190>>

  /external/tensorflow/tensorflow/core/grappler/inputs/
file_input_yielder.h 40 const std::vector<string>& filenames,
45 const std::vector<string> filenames_;
  /external/tensorflow/tensorflow/core/kernels/
sendrecv_ops.h 30 string key_prefix_;
43 string key_prefix_;
  /external/tensorflow/tensorflow/core/lib/io/
block_builder.h 54 string buffer_; // Destination buffer
58 string last_key_;
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_handle.h 36 string *dest;
55 string *destination);
  /external/tensorflow/tensorflow/core/platform/windows/
error.cc 21 std::string GetWindowsErrorMessage(DWORD err) {
27 std::string message = buffer;
test.cc 25 std::unique_ptr<SubProcess> CreateSubProcess(const std::vector<string>& argv) {
32 string TensorFlowSrcRoot() {
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_code.h 24 #include <string>
52 virtual Status WritePprofProfile(const string& filename) = 0;
72 const std::vector<string>& regexes);
82 const Options& opts, string* display_str,
85 string FormatNode(CodeNode* node, const Options& opts, int64 indent) const;
86 string FormatNodeMemory(CodeNode* node, int64 bytes, int64 total_bytes) const;
91 std::map<string, std::vector<TFGraphNode*>> grad_nodes_;
92 std::map<string, TFGraphNode*> forward_nodes_;
  /external/tensorflow/tensorflow/core/user_ops/
fact.cc 21 REGISTER_OP("Fact").Output("fact: string");
29 // Output a scalar string.
33 using tensorflow::string;
34 auto output = output_tensor->template scalar<string>();
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
naming.cc 23 string MetaFilename(StringPiece prefix) {
28 string DataFilename(StringPiece prefix, int32 shard_id, int32 num_shards) {
  /external/tensorflow/tensorflow/core/util/
util.h 25 // Otherwise return empty string.
29 // Otherwise return empty string.
50 // Returns a string printing bytes in ptr[0..n). The output looks
52 string PrintMemory(const char* ptr, size_t n);
54 // Given a flattened index into a tensor, computes a string s so that
57 string SliceDebugString(const TensorShape& shape, const int64 flat);
  /external/tensorflow/tensorflow/python/grappler/
cost_analyzer.i 28 if (!temp.ParseFromString(string(c_string, py_size))) {
46 string GenerateCostReport(const tensorflow::MetaGraphDef& metagraph, bool per_node_report,
56 string suffix;
66 string GenerateCostReport(const tensorflow::MetaGraphDef& metagraph, bool per_node_report,
model_analyzer.i 27 if (!temp.ParseFromString(string(c_string, py_size))) {
43 string GenerateModelReport(const tensorflow::MetaGraphDef& metagraph, bool debug) {
52 string suffix;
62 string GenerateModelReport(const tensorflow::MetaGraphDef& metagraph, bool debug);
  /external/tensorflow/tensorflow/python/lib/io/
py_record_writer.h 41 static PyRecordWriter* New(const string& filename,
42 const string& compression_type_string,
  /external/tensorflow/tensorflow/stream_executor/lib/
demangle.cc 37 string Demangle(const char *mangled) {
38 string demangled;
  /external/testng/src/main/java/org/testng/reporters/
DotTestListener.java 24 private void log(String string) {
25 System.out.print(string);
  /external/testng/src/test/java/test/configuration/
Base3.java 25 private void log(String string) {
26 ppp(string);
29 private void ppp(String s) {
  /external/testng/src/test/java/test/hook/
HookFailureTest.java 29 private void ppp(String string) {
30 System.out.println("[HookFailureTest] " + string);
  /external/testng/src/test/java/test/junit/testsetup/
LoggingTestSuite.java 10 public LoggingTestSuite( String string )
12 super( string );
  /external/testng/src/test/java/test/tmp/
ParamTest.java 10 public void f(String s, int n) {
24 private void ppp(String string) {
25 System.err.println("[ParamTest] " + string);
TestNGBug.java 27 private void ppp(String string) {
28 System.out.println("[TestNGBug] " + string);
  /external/v8/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 40 Widget::Widget(int number, const std::string& name)
54 std::string Widget::GetStringValue() const {
widget_test.cc 38 #include <string>
48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
51 // This test verifies the conversion of the float and string values to int and
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
widget.cc 40 Widget::Widget(int number, const std::string& name)
54 std::string Widget::GetStringValue() const {
widget_test.cc 38 #include <string>
48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
51 // This test verifies the conversion of the float and string values to int and
  /external/webrtc/talk/media/webrtc/
webrtcmediaengine.h 31 #include <string>
65 bool (*supported)(const std::string&),

Completed in 1199 milliseconds

<<181182183184185186187188189190>>