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

  /external/tensorflow/tensorflow/python/keras/engine/
sequential.py 16 """Home of the `Sequential` model.
37 @keras_export('keras.models.Sequential', 'keras.Sequential')
38 class Sequential(training.Model):
48 model = Sequential()
54 model = Sequential()
58 model = Sequential()
64 model = Sequential()
74 model = Sequential()
81 model = Sequential()
    [all...]
  /external/tensorflow/tensorflow/python/keras/
models.py 25 from tensorflow.python.keras.engine import sequential
41 Sequential = sequential.Sequential # pylint: disable=invalid-name
82 if isinstance(model, Sequential):
85 'got a `Sequential` instance instead:', model)
176 """Clone a `Sequential` model instance.
183 model: Instance of `Sequential`.
194 An instance of `Sequential` reproducing the behavior
201 if not isinstance(model, Sequential)
    [all...]
  /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 526 class Sequential(Network):
540 super(Sequential, self).__init__(name=name)
554 "Sequential.add() takes only tf.layers.Layer objects or callables; "
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 351 enum Sequential_t { Sequential };
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1978 milliseconds