Searched defs:flat_keys (Results 1 – 3 of 3) sorted by relevance
231 auto flat_keys = keys_tensor.flat<int64>(); in Compute() local
661 auto flat_keys = allocation_handle.flat<int64>(); in Compute() local
176 const std::deque<StringId>& flat_keys() const { return flat_keys_; } in flat_keys() function