HomeSort by relevance Sort by last modified time
    Searched refs:NWC (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/ops/
nn_ops.py 108 starts with "NC"). For N=1, the valid values are "NWC" (default) and
183 data_format = "NWC"
184 elif data_format not in {"NCW", "NWC", "NCHW", "NHWC"}:
185 raise ValueError("data_format must be \"NWC\" or \"NCW\".")
451 starts with "NC"). For N=1, the valid values are "NWC" (default) and
    [all...]
  /external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
layers.py 152 starts with "NC"). For N=1, the valid values are "NWC" (default) and
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 693 milliseconds