Fix missing namespace comments

PiperOrigin-RevId: 157591364
This commit is contained in:
A. Unique TensorFlower 2017-05-31 08:51:06 -07:00 committed by TensorFlower Gardener
parent eeb0b40670
commit 5f8571a6bc
4 changed files with 4 additions and 4 deletions

View File

@ -126,4 +126,4 @@ Status Coordinator::ExportCostGraph(CostGraphDef* cost_graph) const {
return Status::OK();
}
} // namespace
} // namespace tensorflow

View File

@ -77,4 +77,4 @@ TEST(MemoryTypeChecker, MemoryTypeForOutput) {
delete g;
}
} // namespace
} // namespace tensorflow

View File

@ -398,4 +398,4 @@ GraphTransferInfo::Destination HexagonOpsDefinitions::GetTransferDestination()
const {
return GraphTransferInfo::HEXAGON;
}
};
} // namespace tensorflow

View File

@ -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'); }