Home
last modified time | relevance | path

Searched defs:MutableArraySlice (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/lib/gtl/
Darray_slice.h236 MutableArraySlice() : impl_(nullptr, 0) {} in MutableArraySlice() function
237 MutableArraySlice(pointer array, size_type length) : impl_(array, length) {} in MutableArraySlice() function
240 MutableArraySlice(std::vector<value_type>* v) // NOLINT(runtime/explicit) in MutableArraySlice() function
244 MutableArraySlice(value_type (&a)[N]) // NOLINT(runtime/explicit) in MutableArraySlice() function
248 MutableArraySlice( in MutableArraySlice() function
259 MutableArraySlice(V* v) // NOLINT(runtime/explicit) in MutableArraySlice() function
266 MutableArraySlice(const MutableArraySlice& x, size_type pos, size_type len) in MutableArraySlice() function