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

  /external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
layers.py 154 For N=3, the valid values are "NDHWC" (default) and "NCDHW".
186 if data_format not in [None, 'NWC', 'NCW', 'NHWC', 'NCHW', 'NDHWC', 'NCDHW']:
  /external/tensorflow/tensorflow/python/ops/
nn_ops.py 80 For N=3, the valid values are "NDHWC" (default) and "NCDHW".
173 if data_format is None or data_format == "NDHWC":
178 raise ValueError("data_format must be \"NDHWC\" or \"NCDHW\". Have: %s"
340 For N=3, the valid values are "NDHWC" (default) and "NCDHW".
739 For N=3, the valid values are "NDHWC" (default) and "NCDHW".
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py 74 DATA_FORMAT_NDHWC = 'NDHWC'
140 if `data_format` is `NDHWC`, and `[batch_size, channels, depth, height,
149 data_format: A string. `NDHWC` (default) and `NCDHW` are supported.
157 ValueError: If `data_format` is neither `NDHWC` nor `NCDHW`.
160 raise ValueError('data_format has to be either NCDHW or NDHWC.')
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 72 milliseconds