Update comment to match w/ NHWC.
PiperOrigin-RevId: 302571156 Change-Id: Idfd8ea934d4324ccd7aae5911f16e94229522105
This commit is contained in:
parent
5522bfa37f
commit
b009488e56
@ -35,7 +35,7 @@ table QuantizationParameters {
|
||||
|
||||
table Tensor {
|
||||
// The tensor shape. The meaning of each entry is operator-specific but
|
||||
// builtin ops use: [batch size, number of channels, height, width] (That's
|
||||
// builtin ops use: [batch size, height, width, number of channels] (That's
|
||||
// Tensorflow's NHWC).
|
||||
shape:[int];
|
||||
type:TensorType;
|
||||
|
@ -40,7 +40,7 @@ table QuantizationParameters {
|
||||
|
||||
table Tensor {
|
||||
// The tensor shape. The meaning of each entry is operator-specific but
|
||||
// builtin ops use: [batch size, number of channels, height, width] (That's
|
||||
// builtin ops use: [batch size, height, width, number of channels] (That's
|
||||
// Tensorflow's NHWC).
|
||||
shape:[int];
|
||||
type:TensorType;
|
||||
|
@ -41,7 +41,7 @@ table QuantizationParameters {
|
||||
|
||||
table Tensor {
|
||||
// The tensor shape. The meaning of each entry is operator-specific but
|
||||
// builtin ops use: [batch size, number of channels, height, width] (That's
|
||||
// builtin ops use: [batch size, height, width, number of channels] (That's
|
||||
// Tensorflow's NHWC).
|
||||
shape:[int];
|
||||
type:TensorType;
|
||||
|
@ -47,7 +47,7 @@ table QuantizationParameters {
|
||||
|
||||
table Tensor {
|
||||
// The tensor shape. The meaning of each entry is operator-specific but
|
||||
// builtin ops use: [batch size, number of channels, height, width] (That's
|
||||
// builtin ops use: [batch size, height, width, number of channels] (That's
|
||||
// Tensorflow's NHWC).
|
||||
shape:[int];
|
||||
type:TensorType;
|
||||
|
Loading…
Reference in New Issue
Block a user