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 251 bdyx_dims[1] = feature_map_count();
289 "{count: %lld feature_map_count: %lld spatial: %s "
291 count(), feature_map_count(), spatial.c_str(), value_min_, value_max_,
299 string depth = absl::StrCat("d", feature_map_count());
341 return NodesPerFeatureMap() * feature_map_count();
345 return count() * feature_map_count() * NodesPerFeatureMap();
362 int feature_map_count = 0; local
364 feature_map_count += dimensions.feature_map_count();
367 output.set_feature_map_count(feature_map_count);
    [all...]
dnn.h 201 // This is a matrix (height, width), its "depth" (feature_map_count),
220 // dimensions height, width and feature_map_count, where for an image, the
222 // the feature_map_count corresponds to the RGB dimension of the input data.
228 // the feature_map_count, and leave the height and weight as degenerate (== 1).
259 int64 feature_map_count() const { return tensor_.dimensions(1); } function in class:stream_executor::dnn::BatchDescriptor
341 // dimensions, except possibly for feature_map_count(), though this
    [all...]

Completed in 107 milliseconds