Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.h76 struct Unstacked { struct
78 explicit Unstacked(int sz) : size(sz) {} in Unstacked() argument
81 bool operator==(const Unstacked& other) const { return size == other.size; } argument