pytorch/caffe2/python/layers
Dmytro Dzhulgakov f2ec5b7b0e [DPER] Fix bug in uint8 quantization shortcut.
After D6953547 some of the blobs were no longer impacted by uint8 quanitzation,
but they would still generate operators expecting uint8 inputs and thus fail.

This diff is adding a temporal hack to avoid doing this quantization when layer
is not quantized.

Will fix it with switching to Net rewriting instead.
2018-03-06 00:33:11 -08:00
..
__init__.py Re-license to Apache 2017-09-28 16:22:00 -07:00
add_bias.py Re-license to Apache 2017-09-28 16:22:00 -07:00
arc_cosine_feature_map.py Re-license to Apache 2017-09-28 16:22:00 -07:00
batch_distill_lr_loss.py Distill loss with SigmoidCrossEntropyWithLogits 2017-10-26 15:18:34 -07:00
batch_lr_loss.py use numerically stable version of BatchLRLoss 2018-01-02 13:18:36 -08:00
batch_mse_loss.py Support regression with output transform in MTML for feed 2017-12-11 17:20:20 -08:00
batch_normalization.py Re-license to Apache 2017-09-28 16:22:00 -07:00
batch_sigmoid_cross_entropy_loss.py Re-license to Apache 2017-09-28 16:22:00 -07:00
batch_softmax_loss.py Re-license to Apache 2017-09-28 16:22:00 -07:00
build_index.py Re-license to Apache 2017-09-28 16:22:00 -07:00
concat.py testPairwiseDotProduct 2018-01-26 11:33:08 -08:00
conv.py Re-license to Apache 2017-09-28 16:22:00 -07:00
dropout.py Re-license to Apache 2017-09-28 16:22:00 -07:00
fc.py add error msg in fc input_record 2018-01-23 14:48:15 -08:00
fc_without_bias.py Re-license to Apache 2017-09-28 16:22:00 -07:00
feature_sparse_to_dense.py Use EMBEDDING feature type instead of FLOAT_TENSOR 2017-10-11 13:50:03 -07:00
functional.py Make TypeInference work for HalfToFloat & FloatToHalf. 2018-02-08 15:33:43 -08:00
gather_record.py Re-license to Apache 2017-09-28 16:22:00 -07:00
last_n_window_collector.py Re-license to Apache 2017-09-28 16:22:00 -07:00
layers.py add error msg in get_key 2018-01-23 11:04:05 -08:00
margin_rank_loss.py Add rank loss for retrieval models with random negative sample 2017-10-25 16:19:41 -07:00
merge_id_lists.py Re-license to Apache 2017-09-28 16:22:00 -07:00
pairwise_dot_product.py testPairwiseDotProduct 2018-01-26 11:33:08 -08:00
position_weighted.py Revert D6026557: [caffe2][PR] Fix "No handlers could be found for logger" 2017-10-12 20:21:52 -07:00
random_fourier_features.py Re-license to Apache 2017-09-28 16:22:00 -07:00
reservoir_sampling.py Re-license to Apache 2017-09-28 16:22:00 -07:00
sampling_train.py Re-license to Apache 2017-09-28 16:22:00 -07:00
sampling_trainable_mixin.py Re-license to Apache 2017-09-28 16:22:00 -07:00
select_record_by_context.py Revert D6026557: [caffe2][PR] Fix "No handlers could be found for logger" 2017-10-12 20:21:52 -07:00
semi_random_features.py Re-license to Apache 2017-09-28 16:22:00 -07:00
sparse_feature_hash.py [c2] update SparseFeatureHash layer 2018-02-26 10:26:25 -08:00
sparse_lookup.py [DPER] Fix bug in uint8 quantization shortcut. 2018-03-06 00:33:11 -08:00
split.py Re-license to Apache 2017-09-28 16:22:00 -07:00
tags.py Allow custom component tagging in DeviceOptions.node_name 2018-02-13 11:14:41 -08:00
uniform_sampling.py Re-license to Apache 2017-09-28 16:22:00 -07:00