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

  /external/tensorflow/tensorflow/core/util/
tensor_format_test.cc 50 int spatial(int spatial_index) const { return spatial_dim[spatial_index]; } function in struct:tensorflow::TensorDimMap
62 int spatial(int spatial_index) const { return spatial_dim[spatial_index]; } function in struct:tensorflow::FilterDimMap
76 // These arrays are indexed by the number of spatial dimensions in the format.
168 EXPECT_EQ(GetTensorSpatialDimIndex(num_dims, format, i), tdm.spatial(i));
170 tdm.spatial(i));
185 fdm.spatial(i));
187 fdm.spatial(i));
  /external/tensorflow/tensorflow/stream_executor/
dnn.cc 265 string spatial; local
267 port::Appendf(&spatial, "%lld ", spatial_size_[i]);
270 "{count: %lld feature_map_count: %lld spatial: %s "
272 count_, feature_map_count_, spatial.c_str(), value_min_, value_max_,
283 string spatial = "s"; local
285 port::Appendf(&spatial, "%lld ", spatial_size_[i]);
298 return port::StrCat(spatial, depth, batch, suffix);
300 return port::StrCat(spatial, batch, depth, suffix);
302 return port::StrCat(batch, spatial, depth, suffix);
304 return port::StrCat(batch, depth, spatial, suffix)
394 string spatial = "s"; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
qm_select.h 96 ResolutionAction() : spatial(kNoChangeSpatial), temporal(kNoChangeTemporal) {}
97 SpatialAction spatial; member in struct:webrtc::ResolutionAction
101 // Down-sampling factors for spatial (width and height), and temporal.
132 // Compute spatial texture magnitude and level.
133 // Spatial texture is a spatial prediction error measure.
137 // NFD is normalized frame difference (normalized by spatial variance).
213 // Output: the spatial and/or temporal scale change.
260 // Covert 2 stages of 3/4 (=9/16) spatial decimation to 1/2.
263 // Returns true if the new frame sizes, under the selected spatial action
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 367 bool supported, enabled, spatial; member in struct:__anon30241::__anon30243

Completed in 347 milliseconds