MCPcopy Create free account

hub / github.com/XLechter/PCAN / functions

Functions136 in github.com/XLechter/PCAN

FunctionSARE_loss
(q_vec, pos_vecs, neg_vecs)
pcan_cls.py:98
MethodSelectionSortGpuOp
tf_ops/grouping/tf_grouping.cpp:111
MethodThreeInterpolateGradOp
tf_ops/3d_interpolation/tf_interpolate.cpp:227
MethodThreeInterpolateOp
tf_ops/3d_interpolation/tf_interpolate.cpp:193
MethodThreeNNOp
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
Functionavg_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
Functionavg_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
Functionbatch_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
Functionconv1d
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
Functionconv2d
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
Functionconv2d_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
Functionconv3d
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
Functiondropout
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
Functionfully_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
Functionget_jittered_tuple
(dict_value, num_pos, num_neg, QUERY_DICT, hard_neg=[],other_neg=False)
loading_pointclouds.py:200
Functionget_similarity
(sess, ops, m, n)
evaluate_save_weights.py:305
Functionget_similarity
(sess, ops, m, n)
evaluate.py:316
Functionget_time
tf_ops/3d_interpolation/tf_interpolate.cpp:51
Functionlazy_quadruplet_loss_sm
(q_vec, pos_vecs, neg_vecs, other_neg, m2)
pcan_cls.py:179
Functionmain
tf_ops/3d_interpolation/interpolate.cpp:132
Functionmain
tf_ops/grouping/test/query_ball_point.cpp:86
Functionmain
tf_ops/grouping/test/selection_sort.cpp:65
Functionmax_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
Functionmax_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
Functionmean_var_with_update
()
tf_util.py:500
Functionquadruplet_loss
(q_vec, pos_vecs, neg_vecs, other_neg, m1, m2)
pcan_cls.py:196
Functionquadruplet_loss_sm
(q_vec, pos_vecs, neg_vecs, other_neg, m2)
pcan_cls.py:162
Functionrandomf
tf_ops/3d_interpolation/tf_interpolate.cpp:48
Functionrandomf
tf_ops/grouping/test/selection_sort.cpp:9
Methodtest
(self)
tf_ops/3d_interpolation/tf_interpolate_op_test.py:6
Methodtest
(self)
tf_ops/grouping/tf_grouping_op_test.py:6
Methodtest_grad
(self)
tf_ops/3d_interpolation/tf_interpolate_op_test.py:9
Methodtest_grad
(self)
tf_ops/grouping/tf_grouping_op_test.py:9
← previous101–136 of 136, ranked by callers