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

  /external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
rnn_cells.py 105 self._threshold = self.add_variable(
119 ops.add_to_collection(core_layers.THRESHOLD_COLLECTION, self._threshold)
254 self._threshold = self.add_variable(
268 ops.add_to_collection(core_layers.THRESHOLD_COLLECTION, self._threshold)
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp 63 ColorVerifier (const tcu::Vec3& _color, int _threshold = 8)
65 , m_threshold (tcu::IVec3(_threshold))
69 ColorVerifier (const tcu::Vec3& _color, tcu::IVec3 _threshold)
71 , m_threshold (_threshold)
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 1087 : _threshold( threshold_ )
1092 image_.threshold( _threshold );
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 1177 double _threshold; member in class:Magick::thresholdImage
    [all...]

Completed in 212 milliseconds