mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
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();
|
return Status::OK();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace tensorflow
|
||||||
|
|
|
||||||
|
|
@ -77,4 +77,4 @@ TEST(MemoryTypeChecker, MemoryTypeForOutput) {
|
||||||
delete g;
|
delete g;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace tensorflow
|
||||||
|
|
|
||||||
|
|
@ -398,4 +398,4 @@ GraphTransferInfo::Destination HexagonOpsDefinitions::GetTransferDestination()
|
||||||
const {
|
const {
|
||||||
return GraphTransferInfo::HEXAGON;
|
return GraphTransferInfo::HEXAGON;
|
||||||
}
|
}
|
||||||
};
|
} // namespace tensorflow
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ static StringPiece CompressibleString(random::SimplePhilox* rnd,
|
||||||
dst->resize(len);
|
dst->resize(len);
|
||||||
return StringPiece(*dst);
|
return StringPiece(*dst);
|
||||||
}
|
}
|
||||||
}
|
} // namespace test
|
||||||
|
|
||||||
static void Increment(string* key) { key->push_back('\0'); }
|
static void Increment(string* key) { key->push_back('\0'); }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user