OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCW
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/python/ops/
nn_ops.py
109
"
NCW
". For N=2, the valid values are "NHWC" (default) and "NCHW".
184
elif data_format not in {"
NCW
", "NWC", "NCHW", "NHWC"}:
185
raise ValueError("data_format must be \"NWC\" or \"
NCW
\".")
452
"
NCW
". For N=2, the valid values are "NHWC" (default) and "NCHW".
[
all
...]
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
layers.py
153
"
NCW
". For N=2, the valid values are "NHWC" (default) and "NCHW".
186
if data_format not in [None, 'NWC', '
NCW
', 'NHWC', 'NCHW', 'NDHWC', 'NCDHW']:
/external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py
[
all
...]
Completed in 645 milliseconds