Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XLechter/PCAN
/ functions
Functions
136 in github.com/XLechter/PCAN
⨍
Functions
136
◇
Types & classes
13
Function
SARE_loss
(q_vec, pos_vecs, neg_vecs)
pcan_cls.py:98
Method
SelectionSortGpuOp
tf_ops/grouping/tf_grouping.cpp:111
Method
ThreeInterpolateGradOp
tf_ops/3d_interpolation/tf_interpolate.cpp:227
Method
ThreeInterpolateOp
tf_ops/3d_interpolation/tf_interpolate.cpp:193
Method
ThreeNNOp
tf_ops/3d_interpolation/tf_interpolate.cpp:159
Function
_gather_point_grad
(op,out_g)
tf_ops/sampling/tf_sampling.py:44
Function
_group_point_grad
(op, grad_out)
tf_ops/grouping/tf_grouping.py:43
Function
_three_interpolate_grad
(op, grad_out)
tf_ops/3d_interpolation/tf_interpolate.py:30
Function
avg_pool2d
2D avg pooling. Args: inputs: 4-D tensor BxHxWxC kernel_size: a list of 2 ints stride: a list of 2 ints Returns: Variable ten
tf_util.py:391
Function
avg_pool3d
3D avg pooling. Args: inputs: 5-D tensor BxDxHxWxC kernel_size: a list of 3 ints stride: a list of 3 ints Returns: Variable t
tf_util.py:442
Function
batch_norm_template_unused
NOTE: this is older version of the util func. it is deprecated. Batch normalization on convolutional maps and beyond... Ref.: http://stackoverflo
tf_util.py:468
Function
conv1d
1D convolution with non-linear operation. Args: inputs: 3-D tensor variable BxLxC num_output_channels: int kernel_size: int scope:
tf_util.py:52
Function
conv2d
2D convolution with non-linear operation. Args: inputs: 4-D tensor variable BxHxWxC num_output_channels: int kernel_size: a list of 2
tf_util.py:120
Function
conv2d_transpose
2D convolution transpose with non-linear operation. Args: inputs: 4-D tensor variable BxHxWxC num_output_channels: int kernel_size: a
tf_util.py:188
Function
conv3d
3D convolution with non-linear operation. Args: inputs: 5-D tensor variable BxDxHxWxC num_output_channels: int kernel_size: a list of
tf_util.py:268
Function
dropout
Dropout layer. Args: inputs: tensor is_training: boolean tf.Variable scope: string keep_prob: float in [0,1] noise_shape: list
tf_util.py:594
Function
fully_connected
Fully connected layer with non-linear operation. Args: inputs: 2-D tensor BxN num_outputs: int Returns: Variable tensor of size
tf_util.py:327
Function
get_jittered_tuple
(dict_value, num_pos, num_neg, QUERY_DICT, hard_neg=[],other_neg=False)
loading_pointclouds.py:200
Function
get_similarity
(sess, ops, m, n)
evaluate_save_weights.py:305
Function
get_similarity
(sess, ops, m, n)
evaluate.py:316
Function
get_time
tf_ops/3d_interpolation/tf_interpolate.cpp:51
Function
lazy_quadruplet_loss_sm
(q_vec, pos_vecs, neg_vecs, other_neg, m2)
pcan_cls.py:179
Function
main
tf_ops/3d_interpolation/interpolate.cpp:132
Function
main
tf_ops/grouping/test/query_ball_point.cpp:86
Function
main
tf_ops/grouping/test/selection_sort.cpp:65
Function
max_pool2d
2D max pooling. Args: inputs: 4-D tensor BxHxWxC kernel_size: a list of 2 ints stride: a list of 2 ints Returns: Variable ten
tf_util.py:366
Function
max_pool3d
3D max pooling. Args: inputs: 5-D tensor BxDxHxWxC kernel_size: a list of 3 ints stride: a list of 3 ints Returns: Variable t
tf_util.py:417
Function
mean_var_with_update
()
tf_util.py:500
Function
quadruplet_loss
(q_vec, pos_vecs, neg_vecs, other_neg, m1, m2)
pcan_cls.py:196
Function
quadruplet_loss_sm
(q_vec, pos_vecs, neg_vecs, other_neg, m2)
pcan_cls.py:162
Function
randomf
tf_ops/3d_interpolation/tf_interpolate.cpp:48
Function
randomf
tf_ops/grouping/test/selection_sort.cpp:9
Method
test
(self)
tf_ops/3d_interpolation/tf_interpolate_op_test.py:6
Method
test
(self)
tf_ops/grouping/tf_grouping_op_test.py:6
Method
test_grad
(self)
tf_ops/3d_interpolation/tf_interpolate_op_test.py:9
Method
test_grad
(self)
tf_ops/grouping/tf_grouping_op_test.py:9
← previous
101–136 of 136, ranked by callers