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

  /external/tensorflow/tensorflow/python/ops/
nn_ops.py 79 "NCW". For N=2, the valid values are "NHWC" (default) and "NCHW".
154 elif data_format == "NCW":
157 raise ValueError("data_format must be \"NWC\" or \"NCW\".")
339 "NCW". For N=2, the valid values are "NHWC" (default) and "NCHW".
738 "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 204 milliseconds