fix typos in if statememnt in /test/e2e_node

This commit is contained in:
yameiwang 2019-05-28 23:04:33 +08:00
parent 50fb78b90b
commit 098c29b5f4
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ import (
// from NAS parallel benchmark (NPB) suite.
type npbISWorkload struct{}
// Ensure npbISWorkload implemets NodePerfWorkload interface.
// Ensure npbISWorkload implements NodePerfWorkload interface.
var _ NodePerfWorkload = &npbISWorkload{}
func (w npbISWorkload) Name() string {

View File

@ -32,7 +32,7 @@ import (
// https://github.com/tensorflow/models/tree/master/official/wide_deep.
type tfWideDeepWorkload struct{}
// Ensure tfWideDeepWorkload implemets NodePerfWorkload interface.
// Ensure tfWideDeepWorkload implements NodePerfWorkload interface.
var _ NodePerfWorkload = &tfWideDeepWorkload{}
func (w tfWideDeepWorkload) Name() string {