OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sub_layers
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/python/training/tracking/
layer_utils.py
59
def gather_trainable_weights(trainable,
sub_layers
, extra_variables):
64
sub_layers
: A flat list of Layer objects owned by this object, to collect
75
for layer in
sub_layers
:
82
def gather_non_trainable_weights(trainable,
sub_layers
, extra_variables):
87
sub_layers
: A flat list of Layer objects owned by this object, to collect
103
for layer in
sub_layers
:
107
for layer in
sub_layers
:
data_structures.py
179
sub_layers
=self._layers,
186
sub_layers
=self._layers,
/external/tensorflow/tensorflow/python/keras/utils/
layer_utils.py
244
def gather_trainable_weights(trainable,
sub_layers
, extra_variables):
249
sub_layers
: A flat list of Layer objects owned by this object, to collect
260
for layer in
sub_layers
:
267
def gather_non_trainable_weights(trainable,
sub_layers
, extra_variables):
272
sub_layers
: A flat list of Layer objects owned by this object, to collect
288
for layer in
sub_layers
:
292
for layer in
sub_layers
:
/external/vulkan-validation-layers/layers/
descriptor_sets.cpp
838
VkImageSubresourceLayers
sub_layers
;
local
[
all
...]
/external/tensorflow/tensorflow/python/keras/engine/
network.py
689
sub_layers
=self._layers,
696
sub_layers
=self._layers,
[
all
...]
Completed in 366 milliseconds