Fix missing namespace comments
PiperOrigin-RevId: 157591364
This commit is contained in:
parent
eeb0b40670
commit
5f8571a6bc
@ -126,4 +126,4 @@ Status Coordinator::ExportCostGraph(CostGraphDef* cost_graph) const {
|
||||
return Status::OK();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace tensorflow
|
||||
|
@ -77,4 +77,4 @@ TEST(MemoryTypeChecker, MemoryTypeForOutput) {
|
||||
delete g;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace tensorflow
|
||||
|
@ -398,4 +398,4 @@ GraphTransferInfo::Destination HexagonOpsDefinitions::GetTransferDestination()
|
||||
const {
|
||||
return GraphTransferInfo::HEXAGON;
|
||||
}
|
||||
};
|
||||
} // namespace tensorflow
|
||||
|
@ -74,7 +74,7 @@ static StringPiece CompressibleString(random::SimplePhilox* rnd,
|
||||
dst->resize(len);
|
||||
return StringPiece(*dst);
|
||||
}
|
||||
}
|
||||
} // namespace test
|
||||
|
||||
static void Increment(string* key) { key->push_back('\0'); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user