HomeSort by relevance Sort by last modified time
    Searched refs:add_variable (Results 26 - 34 of 34) sorted by null

12

  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
topology.py 218 weight = self.add_variable(name, shape,
791 def add_variable(self, name, shape, dtype=None, initializer=None, member in class:Network
793 raise NotImplementedError('`add_variable` is not supported on Networks')
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py     [all...]
  /external/mesa3d/src/compiler/glsl/
ir_reader.cpp 463 state->symbols->add_variable(var);
    [all...]
linker.cpp     [all...]
ast_to_hir.cpp     [all...]
glsl_parser_extras.cpp     [all...]
link_varyings.cpp 408 parameters.add_variable(var);
    [all...]
  /external/tensorflow/tensorflow/python/layers/
base.py 59 and `dtype`. Should have the calls to `add_variable()`, and then
340 variable regularizers may be added through `add_variable`. Activity
469 def add_variable(self, name, shape, dtype=None, member in class:Layer
    [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
rnn_cell.py     [all...]

Completed in 1972 milliseconds

12