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

  /external/tensorflow/tensorflow/python/kernel_tests/
conv_ops_test.py 277 full_strides = [1, 1] + strides
280 full_strides = [1] + strides + [1]
292 strides=full_strides,
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
dnn.cc 234 std::vector<int64> BatchDescriptor::full_strides( function in class:perftools::gputools::dnn::BatchDescriptor
dnn.h 264 std::vector<int64> full_strides(const DataLayout& layout) const;
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc 447 batch_descriptor.full_strides(dnn::DataLayout::kBatchDepthYX);
    [all...]

Completed in 322 milliseconds