MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetConvnetDataFormatAttrString

Function GetConvnetDataFormatAttrString

tensorflow/core/util/tensor_format.cc:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace tensorflow {
19
20string GetConvnetDataFormatAttrString() {
21 return "data_format: { 'NHWC', 'NCHW' } = 'NHWC' ";
22}
23
24string GetConvnet3dDataFormatAttrString() {
25 return "data_format: { 'NDHWC', 'NCDHW' } = 'NDHWC' ";

Callers 4

mkl_nn_ops.ccFile · 0.85
nn_ops.ccFile · 0.85
Conv2DGradFunction · 0.85
BiasAddGradFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected