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

  /external/swiftshader/third_party/subzero/src/
IceThreading.h 36 /// (subject to a hard limit of MaxStaticSize-1). The Sequential arg indicates
37 /// purely sequential execution in which the single thread should never wait().
44 /// The methods begin with Sequential-specific code to be most clear. The lock
45 /// and condition variables are not used in the Sequential case.
58 BoundedProducerConsumerQueue(bool Sequential, size_t MaxSize = MaxStaticSize)
59 : MaxSize(std::min(MaxSize, MaxStaticSize)), Sequential(Sequential) {}
65 Shrunk.wait(L, [this] { return size() < MaxSize || Sequential; });
75 GrewOrEnded.wait(L, [this] { return IsEnded || !empty() || Sequential; });
127 /// MaxSize and Sequential are read by all and written by none
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/
network.py 480 class Sequential(Network):
494 super(Sequential, self).__init__(name=name)
508 "Sequential.add() takes only tf.layers.Layer objects or callables; "
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
models.py 16 """Home of the Sequential model, and the `save_model`/`load_model` functions.
286 if isinstance(model, Sequential):
327 '`Sequential.from_config(config)`?')
370 @tf_export('keras.models.Sequential', 'keras.Sequential')
371 class Sequential(Model):
378 The first layer passed to a Sequential model
388 model = Sequential()
395 model = Sequential()
400 model = Sequential()
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 351 enum Sequential_t { Sequential };
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 397 milliseconds