HomeSort by relevance Sort by last modified time
    Searched defs:feature_map_count (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
dnn.cc 229 bdyx_dims[1] = feature_map_count();
270 "{count: %lld feature_map_count: %lld spatial: %s "
280 string depth = port::StrCat("d", feature_map_count());
343 int feature_map_count = 0; local
345 feature_map_count += dimensions.feature_map_count();
348 output.set_feature_map_count(feature_map_count);
dnn.h 195 // This is a matrix (height, width), its "depth" (feature_map_count),
214 // dimensions height, width and feature_map_count, where for an image, the
216 // the feature_map_count corresponds to the RGB dimension of the input data.
222 // the feature_map_count, and leave the height and weight as degenerate (== 1).
247 int64 feature_map_count() const { return feature_map_count_; } function in class:perftools::gputools::dnn::BatchDescriptor
329 // dimensions, except possibly for feature_map_count(), though this
    [all...]

Completed in 576 milliseconds