Home
last modified time | relevance | path

Searched defs:Rep (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/core/lib/io/
Dtable_builder.cc70 struct TableBuilder::Rep { struct in tensorflow::table::TableBuilder
71 Options options;
72 Options index_block_options;
73 WritableFile* file;
74 uint64 offset;
75 Status status;
76 BlockBuilder data_block;
77 BlockBuilder index_block;
78 string last_key;
79 int64 num_entries;
[all …]
Dtable.cc29 struct Table::Rep { struct in tensorflow::table::Table
30 ~Rep() { delete index_block; } in ~Rep()
32 Options options;
33 Status status;
34 RandomAccessFile* file;
37 BlockHandle metaindex_handle; // Handle to metaindex_block: saved from footer
38 Block* index_block;
/external/libcxx/test/std/utilities/time/
Drep.h19 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function
20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
Dmilliseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dmicroseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dweeks.pass.cpp22 typedef D::rep Rep; in main() typedef
Dnanoseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dmonths.pass.cpp23 typedef D::rep Rep; in main() typedef
Dhours.pass.cpp21 typedef D::rep Rep; in main() typedef
Dseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dminutes.pass.cpp21 typedef D::rep Rep; in main() typedef
Ddays.pass.cpp22 typedef D::rep Rep; in main() typedef
Dyears.pass.cpp22 typedef D::rep Rep; in main() typedef
/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/
Dmax.pass.cpp31 typedef typename D::rep Rep; in test() typedef
37 typedef typename D::rep Rep; in test() typedef
Dzero.pass.cpp30 typedef typename D::rep Rep; in test() typedef
36 typedef typename D::rep Rep; in test() typedef
Dmin.pass.cpp31 typedef typename D::rep Rep; in test() typedef
37 typedef typename D::rep Rep; in test() typedef
/external/tinyxml/
Dtinystr.h210 struct Rep struct
220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.h211 struct Rep struct
222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc68 struct GraphCycles::Rep { struct in tensorflow::GraphCycles
69 Vec<Node*> nodes_;
70 Vec<int32> free_nodes_; // Indices for unused entries in nodes_
73 Vec<int32> deltaf_; // Results of forward DFS
74 Vec<int32> deltab_; // Results of backward DFS
75 Vec<int32> list_; // All nodes to reprocess
76 Vec<int32> merged_; // Rank values to assign to list_ entries
77 Vec<int32> stack_; // Emulates recursion stack when doing depth first search
/external/tensorflow/tensorflow/python/grappler/
Ditem_wrapper.cc83 struct Rep { struct in ColocationGroups
85 Rep* parent;
88 int rank;
90 std::string value;
/external/tensorflow/tensorflow/core/platform/default/
Dmutex.h32 mutex_lock &lock, std::chrono::duration<Rep, Period> dur) { in wait_for()
/external/protobuf/src/google/protobuf/
Drepeated_field.h286 struct Rep { struct
290 // We can not use sizeof(Rep) - sizeof(Element) due to the trailing padding on argument
/external/swiftshader/third_party/marl/include/marl/
Devent.h155 const std::chrono::duration<Rep, Period>& duration) { in wait_for()
198 bool Event::wait_for(const std::chrono::duration<Rep, Period>& duration) const { in wait_for()
Dconditionvariable.h146 const std::chrono::duration<Rep, Period>& duration, in wait_for()
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp11 template <typename U> struct Rep { struct
12 U count_;
13 Rep(U count) : count_(count) {} in Rep() argument

12