Home
last modified time | relevance | path

Searched refs:XFlow (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_schema.h255 class XFlow {
264 XFlow(uint64 flow_id, FlowDirection direction) in XFlow() function
273 static XFlow FromStatValue(uint64 encoded) { return XFlow(encoded); } in FromStatValue()
279 explicit XFlow(uint64 encoded) : encoded_(encoded) {} in XFlow() function