pytorch/caffe2/python/operator_test
Kairan Sun ee2bc06926 Add Shape Inference for Reshape Operator
Summary: Add shape inference for reshape. Because it cannot do shape inference for reshaped tensor with runtime tensor data, set `out[0].set_unknown_shape(true)` if no `shape` argument is used.

Differential Revision: D4671125

fbshipit-source-id: 685a9198f9b08e3336014c792f20051b381d8619
2017-03-13 14:31:27 -07:00
..
activation_ops_test.py
atomic_ops_test.py
checkpoint_test.py
conv_test.py Cudnn v6 2017-02-28 17:46:33 -08:00
conv_transpose_test.py
copy_ops_test.py
cosine_embedding_criterion_op_test.py
counter_ops_test.py
cross_entropy_ops_test.py
dataset_ops_test.py
duplicate_operands_test.py
elementwise_op_broadcast_test.py
elementwise_ops_test.py Sqr op and gradient 2017-03-07 03:03:07 -08:00
emptysample_ops_test.py
extend_tensor_op_test.py
fc_operator_test.py
filler_ops_test.py add exception for empty shape param 2017-03-10 00:33:59 -08:00
gather_ops_test.py
gather_ranges_op_test.py
given_tensor_fill_op_test.py support fill bool tensors in GivenTensorFill 2017-03-02 20:18:59 -08:00
group_conv_test.py
hsm_test.py
index_ops_test.py
instance_norm_test.py instance norm test fix 2017-02-25 14:31:42 -08:00
margin_ranking_criterion_op_test.py
matmul_op_test.py
mkl_conv_op_test.py
mkl_packed_fc_op_test.py
mkl_speed_test.py
momentum_sgd_test.py
mpi_test.py
one_hot_ops_test.py
pack_ops_test.py
partition_ops_test.py
piecewise_linear_transform_test.py
pooling_test.py
pow_op_test.py CUDA version of elementwise power + rename to Pow + gradient 2017-03-07 10:20:40 -08:00
python_op_test.py
rank_loss_operator_test.py
record_queue_test.py
recurrent_network_test.py Implement MILSTM in caffe2 2017-03-09 16:32:47 -08:00
reduce_ops_test.py
relu_op_test.py
reshape_ops_test.py
segment_ops_test.py Make counts datatype int. Used as index. 2017-03-06 10:46:36 -08:00
sequence_ops_test.py Allow use of ReversePackedSegs operator in CUDA context 2017-03-09 15:03:55 -08:00
shape_inference_test.py Add Shape Inference for Reshape Operator 2017-03-13 14:31:27 -07:00
softmax_ops_test.py
sparse_gradient_checker_test.py
sparse_ops_test.py
spatial_bn_op_test.py
square_root_divide_op_test.py
stats_ops_test.py
string_ops_test.py
text_file_reader_test.py
tile_op_test.py Caffe2: Tile operator 2017-02-28 23:17:26 -08:00
unique_uniform_fill_op_test.py
utility_ops_test.py Add gradient operator for SumElements 2017-03-07 20:03:07 -08:00