Home | History | Annotate | Download | only in gtl

Lines Matching defs:gtl

27 // std::vector<T> and util::gtl::InlinedVector<T, N>.  Note that ArraySlice
33 // types (e.g. a vector, a util::gtl::InlinedVector, a C-style array,
46 // util::gtl::InlinedVector<int, 4> my_inline_vector;
63 // util::gtl::InlinedVector<int, 4> my_inline_vector;
70 // MyRoutine(gtl::ArraySlice<int>(my_array, 10));
88 // MyMutatingRoutine(gtl::MutableArraySlice<int>(my_array, 10));
101 #include "tensorflow/core/lib/gtl/array_slice_internal.h"
102 #include "tensorflow/core/lib/gtl/inlined_vector.h"
105 namespace gtl {
311 } // namespace gtl