pytorch/caffe2/operators
Jerry Zhang 726341fea7 Tensor construction codemod(ResizeLike) - 1/3 (#15944)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15944

Codemod generated with clangr shard mode, 25 files per diff,
motivation: https://github.com/pytorch/pytorch/pull/12407

Reviewed By: dzhulgakov

Differential Revision: D13628999

fbshipit-source-id: e17c44cec6746674dfd5c2a89c28c4ac0a3da450
2019-01-11 12:28:12 -08:00
..
experimental/c10 caffe2::Tensor::is_same() (#15407) 2019-01-10 16:22:25 -08:00
hip Revert D13598894: [pytorch][PR] [Caffe2] [ROCm] Use correct workspace alloc call in MIOpen conv operator 2019-01-09 10:03:50 -08:00
quantized Update QNNPACK (#15561) 2018-12-27 11:59:54 -08:00
rnn Fixed MIOpen RNN Segfault issue and enabled RNN test (#14810) 2018-12-05 23:54:31 -08:00
abs_op.cc
abs_op.cu
abs_op.h
accumulate_op.cc
accumulate_op.cu
accumulate_op.h Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
accuracy_op.cc Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
accuracy_op.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
accuracy_op.h
acos_op.cc
acos_op.cu
acos_op.h
activation_ops_cudnn.h Tensor construction codemod(ResizeLike) - 3/7 (#15122) 2018-12-14 02:08:37 -08:00
affine_channel_op.cc Tensor construction codemod(ResizeLike) - 3/7 (#15122) 2018-12-14 02:08:37 -08:00
affine_channel_op.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
affine_channel_op.h Tensor construction codemod(ResizeLike) - 3/7 (#15122) 2018-12-14 02:08:37 -08:00
apmeter_op.cc Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
apmeter_op.h
arg_ops.cc
arg_ops.cu
arg_ops.h Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
asin_op.cc
asin_op.cu
asin_op.h
assert_op.cc
assert_op.cu
assert_op.h Renaming size() to numel() - 1/6 2018-10-29 11:11:19 -07:00
atan_op.cc
atan_op.cu
atan_op.h
atomic_ops.cc Fix race in AtomicFetchAdd. (#13479) 2018-11-19 16:11:58 -08:00
batch_box_cox_op.cc Tensor construction codemod(ResizeLike) - 3/7 (#15122) 2018-12-14 02:08:37 -08:00
batch_box_cox_op.h
batch_bucketize_op.cc Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
batch_bucketize_op.h
batch_gather_ops.cc Implements Gather operator for arbitrary axis, sharing the code with BatchGather. (#13756) 2018-12-04 11:54:28 -08:00
batch_gather_ops.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
batch_gather_ops.h Tensor construction codemod(ResizeLike) - 3/7 (#15122) 2018-12-14 02:08:37 -08:00
batch_matmul_op.cc remove unused use_scratch argument from batch_matmul (#11745) 2018-11-03 15:31:24 -07:00
batch_matmul_op.cu
batch_matmul_op.h Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
batch_matmul_op_gpu_test.cc Renaming size() to numel() - 1/6 2018-10-29 11:11:19 -07:00
batch_matmul_op_test.cc Renaming size() to numel() - 1/6 2018-10-29 11:11:19 -07:00
batch_moments_op.cc
batch_moments_op.cu
batch_moments_op.h Tensor construction codemod(ResizeLike) - 3/7 (#15122) 2018-12-14 02:08:37 -08:00
batch_sparse_to_dense_op.cc Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
batch_sparse_to_dense_op.h
bbox_transform_op.cc Tensor construction codemod(ResizeLike) - 3/7 (#15122) 2018-12-14 02:08:37 -08:00
bbox_transform_op.h Windows shared build (#13550) 2018-11-16 12:16:28 -08:00
bisect_percentile_op.cc
bisect_percentile_op.h Tensor construction codemod(ResizeLike) - 3/7 (#15122) 2018-12-14 02:08:37 -08:00
boolean_mask_ops.cc Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
boolean_mask_ops.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
boolean_mask_ops.h
boolean_unmask_ops.cc Rename ndim() -> dim() - 3/6 2018-11-05 23:21:40 -08:00
boolean_unmask_ops.cu
boolean_unmask_ops.h
boolean_unmask_ops_test.cc Renaming size() to numel() - 1/6 2018-10-29 11:11:19 -07:00
box_with_nms_limit_op.cc Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
box_with_nms_limit_op.h
byte_weight_dequant_op.cc
byte_weight_dequant_op.h Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
cast_op.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
cast_op.cu
cast_op.h
cbrt_op.cc
cbrt_op.cu
cbrt_op.h
ceil_op.cc
ceil_op.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
ceil_op.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
channel_backprop_stats_op.cc Rename ndim() -> dim() - 3/6 2018-11-05 23:21:40 -08:00
channel_backprop_stats_op.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
channel_backprop_stats_op.h
channel_shuffle_op.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
channel_shuffle_op.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
channel_shuffle_op.h
channel_stats_op.cc Rename ndim() -> dim() - 3/6 2018-11-05 23:21:40 -08:00
channel_stats_op.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
channel_stats_op.h
clip_op.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
clip_op.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
clip_op.h
CMakeLists.txt Removing BUILD_C10_EXPERIMENTAL_OPS option and unglobbing experimental/c10d ops 2018-12-17 15:35:41 -08:00
collect_and_distribute_fpn_rpn_proposals_op.cc Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
collect_and_distribute_fpn_rpn_proposals_op.h Windows shared build (#13550) 2018-11-16 12:16:28 -08:00
communicator_op.cc
communicator_op_gpu.cc
concat_split_op.cc
concat_split_op.h Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
concat_split_op_gpu.cc
conditional_op.cc Rename ndim() -> dim() - 3/6 2018-11-05 23:21:40 -08:00
conditional_op.h
conv_gradient_op.cc
conv_op.cc
conv_op.h
conv_op_cache_cudnn.cc
conv_op_cache_cudnn.h
conv_op_cache_cudnn_test.cc
conv_op_cudnn.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
conv_op_eigen.cc Rename ndim() -> dim() - 3/6 2018-11-05 23:21:40 -08:00
conv_op_gpu.cc
conv_op_impl.h bug fix in 3d group conv (#15625) 2019-01-03 09:46:49 -08:00
conv_op_shared.cc
conv_op_shared.h
conv_op_shared_gpu.cc
conv_pool_op_base.h CostInference for 1D conv (#14009) 2018-11-17 17:28:52 -08:00
conv_transpose_gradient_op.cc
conv_transpose_op.cc
conv_transpose_op.h
conv_transpose_op_cudnn.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
conv_transpose_op_gpu.cc
conv_transpose_op_impl.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
conv_transpose_op_mobile.cc use C10_MOBILE/ANDROID/IOS (#15363) 2019-01-09 15:08:20 -08:00
conv_transpose_op_mobile.h use C10_MOBILE/ANDROID/IOS (#15363) 2019-01-09 15:08:20 -08:00
conv_transpose_op_mobile_impl.h use C10_MOBILE/ANDROID/IOS (#15363) 2019-01-09 15:08:20 -08:00
conv_transpose_op_mobile_test.cc Renaming size() to numel() - 1/6 2018-10-29 11:11:19 -07:00
conv_transpose_unpool_op_base.h Rename ndim() -> dim() - 3/6 2018-11-05 23:21:40 -08:00
copy_op.cc
copy_op.cu
copy_op.h Renaming meta() to dtype() - 1/2 (#13333) 2018-10-31 17:14:08 -07:00
cos_op.cc
cos_op.cu
cos_op.h
cosh_op.cc
cosh_op.cu
cosh_op.h
cosine_embedding_criterion_op.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
cosine_embedding_criterion_op.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
cosine_embedding_criterion_op.h
counter_ops.cc
counter_ops.h
counter_ops_gpu.cc
create_scope_op.cc Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
create_scope_op.h
crf_viterbi_op.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
cross_entropy_op.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
cross_entropy_op.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
cross_entropy_op.h
ctc_beam_search_decoder_op.cc Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
ctc_beam_search_decoder_op.h
ctc_greedy_decoder_op.cc Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
ctc_greedy_decoder_op.h
cube_op.cc
cube_op.cu
cube_op.h
data_couple.cc
data_couple.h
data_couple_gpu.cu
dataset_ops.cc Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
dataset_ops.h Renaming meta() to dtype() - 1/2 (#13333) 2018-10-31 17:14:08 -07:00
deform_conv_gradient_op.cc
deform_conv_op.cc
deform_conv_op.cu Add math functions overloaded over different numeric types for cuda and hip (#13602) 2018-11-06 01:40:31 -08:00
deform_conv_op.h
deform_conv_op_impl.h Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
dense_vector_to_id_list_op.cc add dense vector to id_list operator (#15090) 2018-12-18 16:27:38 -08:00
dense_vector_to_id_list_op.h add dense vector to id_list operator (#15090) 2018-12-18 16:27:38 -08:00
depthwise_3x3_conv_op_cudnn.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
distance_op.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
distance_op.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
distance_op.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
do_op.cc
do_op.h Windows shared build (#13550) 2018-11-16 12:16:28 -08:00
do_op_gpu.cc
dropout_op.cc Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
dropout_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
dropout_op.h
dropout_op_cudnn.cc Fix cudnn dropout (#15473) 2018-12-21 08:15:44 -08:00
elementwise_add_gradient_op.cc
elementwise_add_op.cc
elementwise_add_op.h
elementwise_add_op_gpu.cc
elementwise_div_gradient_op.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
elementwise_div_op.cc
elementwise_div_op.cu
elementwise_div_op.h
elementwise_linear_op.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
elementwise_linear_op.cu Tensor construction codemod(ResizeLike) - 1/3 (#15944) 2019-01-11 12:28:12 -08:00
elementwise_linear_op.h
elementwise_logical_ops.cc
elementwise_logical_ops.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
elementwise_mul_gradient_op.cc
elementwise_mul_op.cc
elementwise_mul_op.cu
elementwise_mul_op.h
elementwise_op_gpu_test.cc
elementwise_op_test.cc
elementwise_op_test.h Renaming size() to numel() - 2/6 2018-10-26 15:21:50 -07:00
elementwise_ops.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
elementwise_ops.cu
elementwise_ops.h Tensor method rename dims()->sizes() (#15246) 2018-12-14 21:11:02 -08:00
elementwise_ops_schema.cc
elementwise_ops_utils.cc Rename ndim() -> dim() - 3/6 2018-11-05 23:21:40 -08:00
elementwise_ops_utils.h
elementwise_sub_gradient_op.cc
elementwise_sub_op.cc
elementwise_sub_op.h
elementwise_sub_op_gpu.cc
elementwise_sum_op.cc
elu_op.cc
elu_op.cu
elu_op.h
elu_op_cudnn.cc Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
enforce_finite_op.cc
enforce_finite_op.cu Remove calls to CopyFrom that can be sync (#13205) 2018-10-29 13:57:42 -07:00
enforce_finite_op.h Renaming size() to numel() - 2/6 2018-10-26 15:21:50 -07:00
ensure_clipped_op.cc Renaming size() to numel() - 2/6 2018-10-26 15:21:50 -07:00
ensure_clipped_op.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
ensure_cpu_output_op.cc
ensure_cpu_output_op.cu
ensure_cpu_output_op.h Renaming meta() to dtype() - 1/2 (#13333) 2018-10-31 17:14:08 -07:00
exp_op.cc
exp_op.h
exp_op_gpu.cc
expand_op.cc
expand_op.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
expand_op_gpu.cc
expand_squeeze_dims_op.cc
expand_squeeze_dims_op.h Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
expand_squeeze_dims_op_gpu.cc
fc_inference.cc
fc_inference.h
feature_maps_ops.cc
feature_maps_ops.h Tensor construction: combine Resize+mutable_data - 1/4 (#13942) 2018-11-19 15:33:50 -08:00
feed_blob_op.cc
feed_blob_op.h
filler_op.cc Renaming size() to numel() - 2/6 2018-10-26 15:21:50 -07:00
filler_op.cu
filler_op.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
find_duplicate_elements_op.cc
find_duplicate_elements_op.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
find_op.cc
find_op.cu
find_op.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
flatten_op.cc
flatten_op.h Tensor method rename sizes().size() -> dim() 2019-01-09 19:53:56 -08:00
flexible_top_k.cc Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
flexible_top_k.h
floor_op.cc
floor_op.cu
floor_op.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
free_op.cc
free_op.h
free_op_gpu.cc
fully_connected_op.cc
fully_connected_op.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
fully_connected_op_gpu.cc Integrate rocBLAS fp16 api into Caffe2 (#14882) 2018-12-10 17:54:06 -08:00
fused_rowwise_8bit_conversion_ops.cc
fused_rowwise_8bit_conversion_ops.h Tensor construction codemod - 2/3 (#14836) 2018-12-10 19:30:56 -08:00
fused_rowwise_random_quantization_ops.cc minimize header file includes from _avx2.cc (#14950) 2018-12-13 00:18:11 -08:00
fused_rowwise_random_quantization_ops.h minimize header file includes from _avx2.cc (#14950) 2018-12-13 00:18:11 -08:00
gather_fused_8bit_rowwise_op.cc
gather_fused_8bit_rowwise_op.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
gather_op.cc Implements Gather operator for arbitrary axis, sharing the code with BatchGather. (#13756) 2018-12-04 11:54:28 -08:00
gather_op.cu Implements Gather operator for arbitrary axis, sharing the code with BatchGather. (#13756) 2018-12-04 11:54:28 -08:00
gather_op.cuh Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
gather_op.h Tensor method rename dims()->sizes() (#15246) 2018-12-14 21:11:02 -08:00
gather_ranges_to_dense_op.cc
gather_ranges_to_dense_op.h Rename ndim() -> dim() - 3/6 2018-11-05 23:21:40 -08:00
generate_proposals_op.cc Adding CUDA version for C2 operators generate proposals and nms (#13694) 2018-12-20 14:39:09 -08:00
generate_proposals_op.cu Rotated boxes support for GPU GenerateProposals op (#15470) 2018-12-26 18:03:56 -08:00
generate_proposals_op.h Adding CUDA version for C2 operators generate proposals and nms (#13694) 2018-12-20 14:39:09 -08:00
generate_proposals_op_gpu_test.cc Rotated boxes support for GPU GenerateProposals op (#15470) 2018-12-26 18:03:56 -08:00
generate_proposals_op_test.cc Rotated boxes support for GPU GenerateProposals op (#15470) 2018-12-26 18:03:56 -08:00
generate_proposals_op_util_boxes.h
generate_proposals_op_util_boxes_test.cc
generate_proposals_op_util_nms.h Fix ASAN div by zero error in rotated GenerateProposals op (#15415) 2018-12-20 15:44:15 -08:00
generate_proposals_op_util_nms_gpu.cu Rotated boxes support for GPU GenerateProposals op (#15470) 2018-12-26 18:03:56 -08:00
generate_proposals_op_util_nms_gpu.h Rotated boxes support for GPU GenerateProposals op (#15470) 2018-12-26 18:03:56 -08:00
generate_proposals_op_util_nms_gpu_test.cc CUDA kernel for rotated NMS support, over 200x speedup than CPU (#15365) 2018-12-26 18:03:55 -08:00
generate_proposals_op_util_nms_test.cc
given_tensor_byte_string_to_uint8_fill_op.cc
given_tensor_byte_string_to_uint8_fill_op.cu
given_tensor_byte_string_to_uint8_fill_op.h Renaming size() to numel() - 2/6 2018-10-26 15:21:50 -07:00
given_tensor_fill_op.cc
given_tensor_fill_op.cu
given_tensor_fill_op.h Renaming size() to numel() - 2/6 2018-10-26 15:21:50 -07:00
glu_op.cc
glu_op.cu
glu_op.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
group_norm_op.cc
group_norm_op.cu
group_norm_op.h Tensor construction codemod(ResizeLike) - 4/7 (#15088) 2018-12-13 13:39:56 -08:00
gru_unit_op.cc
gru_unit_op.h Rename dim(i) -> size(i) - 1/2 2018-11-05 07:27:04 -08:00
gru_unit_op_gpu.cu
h_softmax_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
h_softmax_op.h
half_float_ops.cc
half_float_ops.cu
half_float_ops.h
hard_sigmoid_op.cc
hard_sigmoid_op.cu
hard_sigmoid_op.h
heatmap_max_keypoint_op.cc Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
heatmap_max_keypoint_op.h
if_op.cc
if_op.h Renaming size() to numel() - 2/6 2018-10-26 15:21:50 -07:00
if_op_gpu.cc
im2col_op.cc
im2col_op.h Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
im2col_op_gpu.cc
index_hash_ops.cc
index_hash_ops.h Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
index_ops.cc Fix BuildIndexOp (#15580) 2019-01-09 15:12:50 -08:00
index_ops.h move structs to header file (#14728) 2018-12-04 00:42:41 -08:00
instance_norm_gradient_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
instance_norm_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
instance_norm_op.cu
instance_norm_op.h
integral_image_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
integral_image_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
integral_image_op.h
is_empty_op.cc
is_empty_op.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
jsd_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
jsd_op.h
key_split_ops.cc
key_split_ops.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
last_n_window_collector.cc Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
layer_norm_op.cc Enable calling caffe2 LayerNorm from PyTorch and JIT (#15243) 2019-01-10 16:22:18 -08:00
layer_norm_op.cu Register caffe2 layer norm with c10 dispatcher (#13693) 2018-11-16 20:17:47 -08:00
layer_norm_op.h Tensor method rename dims()->sizes() (#15246) 2018-12-14 21:11:02 -08:00
leaky_relu_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
leaky_relu_op.cu
leaky_relu_op.h
length_split_op.cc
length_split_op.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
lengths_pad_op.cc
lengths_pad_op.cu
lengths_pad_op.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
lengths_reducer_fused_8bit_rowwise_ops.cc Add filler for SparseLengthsWeightedSum (#13949) 2018-11-16 11:31:05 -08:00
lengths_reducer_fused_8bit_rowwise_ops.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
lengths_reducer_ops.cc Add onnxifi support to SparseLengthsWeightedSum (#14210) 2018-11-21 15:47:24 -08:00
lengths_reducer_ops.h Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
lengths_reducer_rowwise_8bit_ops.cc
lengths_reducer_rowwise_8bit_ops.h Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
lengths_tile_op.cc Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
lengths_tile_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
lengths_tile_op.h
lengths_top_k_op.cc Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
lengths_top_k_op.h
listwise_l2r_op.cc Tensor construction: combine Resize+mutable_data - 2/4 (#14205) 2018-11-30 10:46:58 -08:00
listwise_l2r_op.h add non expotential emphasis loss to Lambdarank 2018-11-13 14:54:04 -08:00
load_save_op.cc Make chunk size configurable in SaveOp (#12949) 2018-10-25 15:47:34 -07:00
load_save_op.h Make chunk size configurable in SaveOp (#12949) 2018-10-25 15:47:34 -07:00
load_save_op_gpu.cc
local_response_normalization_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
local_response_normalization_op.cu
local_response_normalization_op.h
local_response_normalization_op_cudnn.cc
locally_connected_op.cc
locally_connected_op.h
locally_connected_op_gpu.cc
locally_connected_op_impl.h Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
locally_connected_op_util.cc
locally_connected_op_util.h
log_op.cc Revert D10439558: Add cost for non-linear ops 2018-11-16 23:30:05 -08:00
log_op.h
log_op_gpu.cc
logit_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
logit_op.cu
logit_op.h
loss_op.cc
loss_op.cu
loss_op.h
lp_pool_op.cc Add count_include_pad arg for average_pool_op on CPU (#15593) 2018-12-30 04:16:47 -08:00
lp_pool_op.cu Add count_include_pad arg for average_pool_op on CPU (#15593) 2018-12-30 04:16:47 -08:00
lpnorm_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
lpnorm_op.h
lstm_unit_op.cc Revert D10439558: Add cost for non-linear ops 2018-11-16 23:30:05 -08:00
lstm_unit_op.h Rename dim(i) -> size(i) - 1/2 2018-11-05 07:27:04 -08:00
lstm_unit_op_gpu.cu
map_ops.cc
map_ops.h Remove partially initialized Tensor in Deserialization (#14197) 2018-12-10 17:17:29 -08:00
margin_ranking_criterion_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
margin_ranking_criterion_op.cu
margin_ranking_criterion_op.h
matmul_op.cc
matmul_op.h Renaming size() to numel() - 3/6 2018-10-26 15:30:11 -07:00
matmul_op_gpu.cc
max_pool_with_index.cu
max_pool_with_index_gpu.h
mean_op.cc
mean_op.cu
mean_op.h Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
mem_query_op.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
merge_id_lists_op.cc
merge_id_lists_op.h Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
minmax_gradient_ops.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
minmax_ops.cc Renaming size() to numel() - 3/6 2018-10-26 15:30:11 -07:00
minmax_ops.h Shut up "address will always evaluate to 'true'" warnings (#14774) 2018-12-05 21:18:31 -08:00
mod_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
mod_op.h
moments_op.cc
moments_op.cu
moments_op.h Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
multi_class_accuracy_op.cc Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
multi_class_accuracy_op.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
multi_class_accuracy_op.h
negate_gradient_op.cc
negate_gradient_op.h Shut up "address will always evaluate to 'true'" warnings (#14774) 2018-12-05 21:18:31 -08:00
negate_gradient_op_gpu.cc
negative_op.cc
negative_op.h
negative_op_gpu.cc
ngram_ops.cc
ngram_ops.h Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
no_default_engine_op.h
norm_planar_yuv_op.cc Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
normalize_l1_op.cc
normalize_l1_op.h Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
normalize_op.cc
normalize_op.h Tensor construction codemod(ResizeLike) - 5/7 (#15084) 2018-12-13 12:42:52 -08:00
normalize_ops.cu
numpy_tile_op.cc
numpy_tile_op.h Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
one_hot_ops.cc Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
one_hot_ops.cu
one_hot_ops.h Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
onnx_while_op.cc
onnx_while_op.h Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
onnxifi_op.cc Make sure we bind input/output of Onnxifi op positionally (#14214) 2018-11-22 00:31:01 -08:00
onnxifi_op.h Support communicating with C2 protobuf in Onnxifi flow (#15472) 2019-01-07 22:12:29 -08:00
op_utils_cudnn.h
operator_fallback_gpu.h Remove calls to CopyFrom that can be sync (#13205) 2018-10-29 13:57:42 -07:00
operator_fallback_gpu_test.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
order_switch_ops.cc
order_switch_ops.h Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
order_switch_ops_cudnn.cc Tensor construction codemod - 2/3 (#14836) 2018-12-10 19:30:56 -08:00
order_switch_ops_gpu.cc
pack_rnn_sequence_op.cc
pack_rnn_sequence_op.h Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
pack_segments.cc Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
pack_segments.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
pack_segments.h
pad_op.cc Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
pad_op.h
pad_op_gpu.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
partition_ops.cc
partition_ops.h Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
percentile_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
percentile_op.h
perplexity_op.cc Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
perplexity_op.cu
perplexity_op.h
piecewise_linear_transform_op.cc
piecewise_linear_transform_op.cu
piecewise_linear_transform_op.h Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
pool_gradient_op.cc Change PoolOp Functors design to support CuDNN CUDA fallback (#15903) 2019-01-10 14:00:22 -08:00
pool_op.cc Change PoolOp Functors design to support CuDNN CUDA fallback (#15903) 2019-01-10 14:00:22 -08:00
pool_op.cu Change PoolOp Functors design to support CuDNN CUDA fallback (#15903) 2019-01-10 14:00:22 -08:00
pool_op.h Change PoolOp Functors design to support CuDNN CUDA fallback (#15903) 2019-01-10 14:00:22 -08:00
pool_op_cudnn.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
pool_op_util.cc Add count_include_pad arg for PoolOpGradient on CPU and fix ARM performance issue. (#15651) 2019-01-03 00:18:47 -08:00
pool_op_util.h Add count_include_pad arg for PoolOpGradient on CPU and fix ARM performance issue. (#15651) 2019-01-03 00:18:47 -08:00
pow_op.cc Revert D10439558: Add cost for non-linear ops 2018-11-16 23:30:05 -08:00
pow_op.cu Hipify caffe2/utils/math_gpu.cu (#13521) 2018-11-07 11:34:15 -08:00
pow_op.h Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
prefetch_op.h Replace SwitchToDevice(0) with SwitchToDevice() (#15126) 2018-12-17 15:15:00 -08:00
prelu_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
prelu_op.cu
prelu_op.h
prepend_dim_op.cc
prepend_dim_op.h Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
prepend_dim_op_gpu.cc
quant_decode_op.cc Fix include paths for typeid.h (#13689) 2018-11-14 18:04:09 -08:00
quant_decode_op.h Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
rank_loss_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
rank_loss_op.h
reciprocal_gradient_op.cc
reciprocal_op.cc
reciprocal_op.cu
reciprocal_op.h
reduce_front_back_max_ops.cc
reduce_front_back_max_ops.cu
reduce_front_back_max_ops.h Tensor method rename sizes().size() -> dim() 2019-01-09 19:53:56 -08:00
reduce_front_back_mean_ops.cc
reduce_front_back_sum_mean_ops.cu
reduce_front_back_sum_mean_ops.h Tensor method rename sizes().size() -> dim() 2019-01-09 19:53:56 -08:00
reduce_front_back_sum_ops.cc
reduce_ops.cc
reduce_ops.cu
reduce_ops.h Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
reducer_functors.h Rename ndim() -> dim() - 5/6 2018-11-06 16:38:35 -08:00
reduction_ops.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
reduction_ops.cu
reduction_ops.h Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
relu_n_op.cc
relu_n_op.cu
relu_n_op.h
relu_op.cc
relu_op.cu
relu_op.h
relu_op_cudnn.cc
remove_data_blocks_op.cc
remove_data_blocks_op.h Rename ndim() -> dim() - 5/6 2018-11-06 16:38:35 -08:00
replace_nan_op.cc
replace_nan_op.cu
replace_nan_op.h Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
reservoir_sampling.cc Shut up "address will always evaluate to 'true'" warnings (#14774) 2018-12-05 21:18:31 -08:00
reshape_op.cc
reshape_op.h Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
reshape_op_gpu.cc
reshape_op_gpu_test.cc Rename ndim() -> dim() - 5/6 2018-11-06 16:38:35 -08:00
resize_op.cc Add NHWC support to Resize Operator (#15553) 2019-01-08 16:44:17 -08:00
resize_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
resize_op.h Add NHWC support to Resize Operator (#15553) 2019-01-08 16:44:17 -08:00
reverse_packed_segs_op.cc
reverse_packed_segs_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
reverse_packed_segs_op.h Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
rmac_regions_op.cc Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
rmac_regions_op.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
rmac_regions_op.h
roi_align_gradient_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
roi_align_gradient_op.cu Add math functions overloaded over different numeric types for cuda and hip (#13602) 2018-11-06 01:40:31 -08:00
roi_align_gradient_op.h
roi_align_op.cc Tensor construction: combine Resize+mutable_data - 3/4 (#13944) 2018-11-19 15:28:13 -08:00
roi_align_op.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
roi_align_op.h
roi_align_op_gpu_test.cc Remove calls to CopyFrom that can be sync (#13205) 2018-10-29 13:57:42 -07:00
roi_align_rotated_gradient_op.cc
roi_align_rotated_gradient_op.cu Add math functions overloaded over different numeric types for cuda and hip (#13602) 2018-11-06 01:40:31 -08:00
roi_align_rotated_gradient_op.h
roi_align_rotated_op.cc Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
roi_align_rotated_op.cu Tensor construction codemod - 1/2 (#15598) 2019-01-04 11:53:36 -08:00
roi_align_rotated_op.h
roi_pool_op.cc
roi_pool_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
roi_pool_op.h
rowmul_op.cc
rowmul_op.h Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
rsqrt_op.cc
rsqrt_op.cu
rsqrt_op.h
scale_op.cc
scale_op.h Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
scale_op_gpu.cc
segment_reduction_op.cc Windows shared build (#13550) 2018-11-16 12:16:28 -08:00
segment_reduction_op.h Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
segment_reduction_op_gpu.cu Tensor construction codemod - 2/2 (#15600) 2019-01-04 13:31:53 -08:00
selu_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
selu_op.cu
selu_op.h
sequence_ops.cc Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
sequence_ops.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
sequence_ops.h Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
shape_op.cc
shape_op.h Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
shape_op_gpu.cc
sigmoid_gradient_op.cc
sigmoid_op.cc Revert D10439558: Add cost for non-linear ops 2018-11-16 23:30:05 -08:00
sigmoid_op.cu
sigmoid_op.h
sigmoid_op_cudnn.cc
sin_op.cc
sin_op.cu
sin_op.h
sinh_op.cc
sinh_op.cu
sinh_op.h
sinusoid_position_encoding_op.cc
sinusoid_position_encoding_op.h Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
slice_op.cc
slice_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
slice_op.h Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
softmax_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
softmax_op.h
softmax_op_cudnn.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
softmax_ops.cu Remove caffe2::ShareData (#15418) 2019-01-08 11:01:56 -08:00
softmax_shared.cc
softmax_shared.h
softmax_with_loss_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
softmax_with_loss_op.h
softplus_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
softplus_op.cu
softplus_op.h
softsign_op.cc
softsign_op.cu Add math functions overloaded over different numeric types for cuda and hip (#13602) 2018-11-06 01:40:31 -08:00
softsign_op.h
space_batch_op.cc
space_batch_op.h Rename ndim() -> dim() - 5/6 2018-11-06 16:38:35 -08:00
space_batch_op_gpu.cu
sparse_normalize_op.cc Rename ndim() -> dim() - 5/6 2018-11-06 16:38:35 -08:00
sparse_normalize_op.h
sparse_normalize_op_gpu.cu
sparse_to_dense_mask_op.cc
sparse_to_dense_mask_op.h Enable junk fill for the default CPU allocator (#13377) 2018-11-08 00:02:37 -08:00
sparse_to_dense_op.cc
sparse_to_dense_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
sparse_to_dense_op.h Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
spatial_batch_norm_gradient_op.cc
spatial_batch_norm_op.cc
spatial_batch_norm_op.cu
spatial_batch_norm_op.h Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
spatial_batch_norm_op_cudnn.cu
spatial_batch_norm_op_gpu_impl.cuh
spatial_softmax_with_loss_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
spatial_softmax_with_loss_op.h
sqr_op.cc
sqr_op.h
sqr_op_gpu.cc
sqrt_op.cc
sqrt_op.h
sqrt_op_gpu.cc
square_root_divide_op.cc
square_root_divide_op.h Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
stats_ops.cc Renaming size() to numel() - 4/6 2018-10-26 16:47:36 -07:00
stats_put_ops.cc Make Stat put ops accept empty tensors safely (#13178) 2018-10-30 13:28:58 -07:00
stats_put_ops.h Fix overflow error in stats_put_ops 2018-11-06 15:41:51 -08:00
stop_gradient.cc
stop_gradient.h Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
stop_gradient_gpu.cc
string_ops.cc Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
string_ops.h
string_ops_test.cc Remove caffe2::ShareData (#15418) 2019-01-08 11:01:56 -08:00
stump_func_op.cc Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
stump_func_op.cu
stump_func_op.h
stylizer_ops.cc Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
summarize_op.cc Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
summarize_op.cu Tensor construction codemod - 2/2 (#15600) 2019-01-04 13:31:53 -08:00
summarize_op.h
swish_op.cc Tensor construction codemod(ResizeLike) - 7/7 (#15087) 2018-12-20 15:33:07 -08:00
swish_op.cu
swish_op.h
tan_op.cc
tan_op.cu
tan_op.h
tanh_gradient_op.cc
tanh_op.cc Revert D10439558: Add cost for non-linear ops 2018-11-16 23:30:05 -08:00
tanh_op.cu
tanh_op.h
tanh_op_cudnn.cc
tensor_protos_db_input.cc
tensor_protos_db_input.h Remove partially initialized Tensor in Deserialization (#14197) 2018-12-10 17:17:29 -08:00
tensor_protos_db_input_gpu.cc
text_file_reader.cc
text_file_reader_utils.cc
text_file_reader_utils.h
text_file_reader_utils_test.cc
thresholded_relu_op.cc Tensor construction codemod(ResizeLike) - 7/7 (#15087) 2018-12-20 15:33:07 -08:00
thresholded_relu_op.cu
thresholded_relu_op.h
tile_op.cc
tile_op.cu
tile_op.h Rename ndim() -> dim() - 5/6 2018-11-06 16:38:35 -08:00
top_k.cc Renaming size() to numel() - 4/6 2018-10-26 16:47:36 -07:00
top_k.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
top_k.h
top_k_heap_selection.cuh Added HIP top_k operator (#13747) 2018-11-08 20:14:53 -08:00
top_k_radix_selection.cuh Change assert --> CUDA_ASSERT_KERNEL to avoid hip undefined __assert_fail (#13902) 2018-11-13 20:55:50 -08:00
transpose_op.cc
transpose_op.cu
transpose_op.h Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
transpose_op_cudnn.cc Rename ndim() -> dim() - 5/6 2018-11-06 16:38:35 -08:00
tt_linear_op.cc
tt_linear_op.h Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
unique_ops.cc Tensor construction codemod(ResizeLike) - 7/7 (#15087) 2018-12-20 15:33:07 -08:00
unique_ops.cu Tensor construction codemod - 2/2 (#15600) 2019-01-04 13:31:53 -08:00
unique_ops.h
upsample_op.cc Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
upsample_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
upsample_op.h
utility_ops.cc Remove calls to CopyFrom that can be sync (#13205) 2018-10-29 13:57:42 -07:00
utility_ops.cu Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
utility_ops.h Tensor method rename sizes().size() -> dim() 2019-01-09 19:53:56 -08:00
utility_ops_cudnn.cc Tensor construction codemod(ResizeLike) - 7/7 (#15087) 2018-12-20 15:33:07 -08:00
utility_ops_gpu_test.cc Rename ndim() -> dim() - 5/6 2018-11-06 16:38:35 -08:00
utility_ops_test.cc Rename ndim() -> dim() - 5/6 2018-11-06 16:38:35 -08:00
variable_length_sequence_padding.cc
variable_length_sequence_padding.h Rename dim(i) -> size(i) - 2/2 2018-11-02 14:29:06 -07:00
weighted_multi_sampling_op.cc Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
weighted_multi_sampling_op.h
weighted_sample_op.cc Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
weighted_sample_op.cu Tensor method rename dims()->sizes() - 1/2 2019-01-04 16:02:22 -08:00
weighted_sample_op.h
while_op.cc
while_op.h Renaming size() to numel() - 4/6 2018-10-26 16:47:36 -07:00
while_op_gpu.cc
workspace_ops.cc Tensor construction: combine Resize+mutable_data - 4/4 (#13856) 2018-11-27 12:34:25 -08:00
zero_gradient_op.cc
zero_gradient_op.h
zero_gradient_op_gpu.cc