OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShapeIndexView
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/
shape_util.h
99
// NB!
ShapeIndexView
does not own the memory backing the index array.
101
// that lives longer than the
ShapeIndexView
instances pointing into
103
class
ShapeIndexView
{
105
ShapeIndexView
(const ShapeIndex& shape_index, int64 offset = 0)
106
:
ShapeIndexView
(shape_index.data() + offset,
110
ShapeIndexView
(std::initializer_list<int64> indices)
111
:
ShapeIndexView
(indices.begin(), indices.end()) {}
112
ShapeIndexView
(const
ShapeIndexView
& other) = default;
124
ShapeIndexView
ConsumeFront() const
[
all
...]
shape_util.cc
49
string
ShapeIndexView
::ToString() const {
62
std::ostream& operator<<(std::ostream& out, const
ShapeIndexView
& shape_index) {
817
ShapeIndexView
index) {
828
ShapeIndexView
index) {
[
all
...]
Completed in 218 milliseconds