Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethereon/caffe-tensorflow
/ functions
Functions
170 in github.com/ethereon/caffe-tensorflow
⨍
Functions
170
◇
Types & classes
94
Method
__call__
(self, graph)
kaffe/transformers.py:273
Method
__call__
(self, *args, **kwargs)
kaffe/tensorflow/transformer.py:73
Method
__contains__
(self, key)
kaffe/graph.py:113
Method
__init__
(self, val_path, data_path, data_spec)
examples/imagenet/dataset.py:165
Method
__init__
(self, batch_size, scale_size, crop_size,
examples/imagenet/models/helper.py:19
Method
__init__
(self, layer, kind)
kaffe/layers.py:103
Method
__init__
(self, name, kind, layer=None)
kaffe/graph.py:10
Method
__init__
(self, nodes=None, name=None)
kaffe/graph.py:53
Method
__init__
def_path: Path to the model definition (.prototxt) data_path: Path to the model data (.caffemodel) phase: Either 'test' or 't
kaffe/graph.py:132
Method
__init__
(self, graph)
kaffe/graph.py:261
Method
__init__
(self, def_path, data_path)
kaffe/transformers.py:19
Method
__init__
(self, mapping, replace=True)
kaffe/transformers.py:94
Method
__init__
(self, allowed_parent_types=None)
kaffe/transformers.py:196
Method
__init__
(self, renamer)
kaffe/transformers.py:259
Method
__init__
(self)
kaffe/caffe/resolver.py:6
Method
__init__
(self, inputs, trainable=True)
kaffe/tensorflow/network.py:34
Method
__init__
(self, op, *args, **kwargs)
kaffe/tensorflow/transformer.py:35
Method
__init__
(self, node, default=True)
kaffe/tensorflow/transformer.py:68
Method
__init__
(self, tab=None)
kaffe/tensorflow/transformer.py:167
Method
__init__
(self, def_path, data_path, verbose=True, phase='test')
kaffe/tensorflow/transformer.py:218
Method
__len__
(self)
examples/imagenet/dataset.py:159
Method
__repr__
(self)
kaffe/graph.py:47
Method
__str__
(self)
kaffe/graph.py:44
Method
__str__
(self)
kaffe/graph.py:116
Method
add_node
(self, node)
kaffe/graph.py:58
Method
commit
(self, chains)
kaffe/tensorflow/transformer.py:161
Method
dropout
(self, input, keep_prob, name)
kaffe/tensorflow/network.py:242
Function
get_data_spec
Returns the data specifications for the given network.
examples/imagenet/models/helper.py:78
Function
get_models
Returns a tuple of sample models.
examples/imagenet/models/helper.py:73
Method
get_output_nodes
(self)
kaffe/graph.py:71
Method
is_eligible_pair
(self, parent, child)
kaffe/transformers.py:201
Method
is_eligible_pair
(self, parent, child)
kaffe/transformers.py:219
Method
is_jpeg
(path)
examples/imagenet/dataset.py:149
Method
kernel_parameters
(self)
kaffe/layers.py:134
Function
layer
Decorator for composable network layers.
kaffe/tensorflow/network.py:7
Function
layer_decorated
(self, *args, **kwargs)
kaffe/tensorflow/network.py:10
Method
load
Load network weights. data_path: The path to the numpy-serialized network weights session: The current TensorFlow session igno
kaffe/tensorflow/network.py:53
Method
map_batch_norm
(self, node)
kaffe/tensorflow/transformer.py:148
Method
map_concat
(self, node)
kaffe/tensorflow/transformer.py:141
Method
map_convolution
(self, node)
kaffe/tensorflow/transformer.py:88
Method
map_dropout
(self, node)
kaffe/tensorflow/transformer.py:145
Method
map_eltwise
(self, node)
kaffe/tensorflow/transformer.py:153
Method
map_inner_product
(self, node)
kaffe/tensorflow/transformer.py:120
Method
map_lrn
(self, node)
kaffe/tensorflow/transformer.py:130
Method
map_pooling
(self, node)
kaffe/tensorflow/transformer.py:107
Method
map_relu
(self, node)
kaffe/tensorflow/transformer.py:104
Method
map_softmax
(self, node)
kaffe/tensorflow/transformer.py:127
Method
merge
(self, parent, _)
kaffe/transformers.py:205
Method
merge
(self, parent, child)
kaffe/transformers.py:223
Method
outdent
(self)
kaffe/tensorflow/transformer.py:174
Method
parameters
(self)
kaffe/layers.py:108
Method
parameters
(self)
kaffe/graph.py:39
Method
setup
(self)
examples/imagenet/models/alexnet.py:4
Method
setup
(self)
examples/imagenet/models/nin.py:4
Method
setup
(self)
examples/imagenet/models/caffenet.py:4
Method
setup
(self)
examples/imagenet/models/vgg.py:4
Method
setup
(self)
examples/imagenet/models/resnet.py:4
Method
setup
(self)
examples/imagenet/models/resnet.py:207
Method
setup
(self)
examples/imagenet/models/resnet.py:597
Method
setup
(self)
examples/imagenet/models/googlenet.py:4
Function
shape_concat
(node)
kaffe/shapes.py:62
Function
shape_convolution
(node)
kaffe/shapes.py:73
Function
shape_data
(node)
kaffe/shapes.py:39
Function
shape_identity
(node)
kaffe/shapes.py:30
Function
shape_inner_product
(node)
kaffe/shapes.py:81
Function
shape_mem_data
(node)
kaffe/shapes.py:57
Function
shape_not_implemented
(node)
kaffe/shapes.py:26
Function
shape_pool
(node)
kaffe/shapes.py:77
Function
shape_scalar
(node)
kaffe/shapes.py:35
Method
visit
(node)
kaffe/graph.py:80
← previous
101–170 of 170, ranked by callers