pytorch/caffe2/python
Aaron Markham 58f7f2b441 doxygen python block added
Summary: Closes https://github.com/caffe2/caffe2/pull/226

Differential Revision: D4793550

Pulled By: JoelMarcey

fbshipit-source-id: cc33e58186304fa8dcac2ee9115dcc271d785b1e
2017-03-29 06:46:16 -07:00
..
docs doxygen python block added 2017-03-29 06:46:16 -07:00
examples doxygen python block added 2017-03-29 06:46:16 -07:00
layers doxygen python block added 2017-03-29 06:46:16 -07:00
mint doxygen python block added 2017-03-29 06:46:16 -07:00
models doxygen python block added 2017-03-29 06:46:16 -07:00
operator_test BatchMatMulOp: use cuBLAS batched strided gemm for CUDA 2017-03-28 11:54:09 -07:00
_import_c_extension.py doxygen python block added 2017-03-29 06:46:16 -07:00
attention.py doxygen python block added 2017-03-29 06:46:16 -07:00
caffe_translator.py doxygen python block added 2017-03-29 06:46:16 -07:00
caffe_translator_test.py Allow test discovery in caffe2/python/ 2017-03-14 18:16:41 -07:00
checkpoint.py doxygen python block added 2017-03-29 06:46:16 -07:00
checkpoint_test.py Fixes the flaky test. Although we create nets in three different nodes, 2017-03-28 13:48:07 -07:00
CMakeLists.txt
cnn.py doxygen python block added 2017-03-29 06:46:16 -07:00
context.py doxygen python block added 2017-03-29 06:46:16 -07:00
context_test.py
control.py doxygen python block added 2017-03-29 06:46:16 -07:00
control_test.py
convnet_benchmarks.py doxygen python block added 2017-03-29 06:46:16 -07:00
convnet_benchmarks_test.py
core.py doxygen python block added 2017-03-29 06:46:16 -07:00
core_gradients_test.py add inference for gradient ops + a couple of missing shape inference functions + fix to scalars 2017-02-28 23:33:32 -08:00
core_test.py
crf.py doxygen python block added 2017-03-29 06:46:16 -07:00
data_parallel_model.py doxygen python block added 2017-03-29 06:46:16 -07:00
data_parallel_model_test.py fixes to make data parallel model work for RecurrentNet + test case 2017-03-14 15:48:07 -07:00
data_workers.py doxygen python block added 2017-03-29 06:46:16 -07:00
data_workers_test.py close blobs queues when stopping + test 2017-02-27 10:07:57 -08:00
dataio.py doxygen python block added 2017-03-29 06:46:16 -07:00
dataio_test.py Stop multi_reader if we run out of data before max_examples 2017-03-10 18:03:57 -08:00
dataset.py doxygen python block added 2017-03-29 06:46:16 -07:00
db_test.py
device_checker.py doxygen python block added 2017-03-29 06:46:16 -07:00
dyndep.py doxygen python block added 2017-03-29 06:46:16 -07:00
experiment_util.py doxygen python block added 2017-03-29 06:46:16 -07:00
extension_loader.py doxygen python block added 2017-03-29 06:46:16 -07:00
gradient_check_test.py gradient checker for nets 2017-03-28 13:03:14 -07:00
gradient_checker.py doxygen python block added 2017-03-29 06:46:16 -07:00
hsm_util.py doxygen python block added 2017-03-29 06:46:16 -07:00
hypothesis_test.py Fix PadImage same padding argument. 2017-03-28 13:21:36 -07:00
hypothesis_test_util.py doxygen python block added 2017-03-29 06:46:16 -07:00
layer_model_helper.py doxygen python block added 2017-03-29 06:46:16 -07:00
layer_model_instantiator.py doxygen python block added 2017-03-29 06:46:16 -07:00
layer_test_util.py Add eval net for layer_model_helper 2017-03-29 04:03:40 -07:00
layers_test.py Add eval net for layer_model_helper 2017-03-29 04:03:40 -07:00
load_save_test.py Improve error message from LogFileDB on missing file 2017-03-10 23:31:28 -08:00
lstm_benchmark.py doxygen python block added 2017-03-29 06:46:16 -07:00
memonger.py doxygen python block added 2017-03-29 06:46:16 -07:00
memonger_test.py
mkl_test_util.py doxygen python block added 2017-03-29 06:46:16 -07:00
model_device_test.py
model_helper.py doxygen python block added 2017-03-29 06:46:16 -07:00
mpi_python.cc
muji.py doxygen python block added 2017-03-29 06:46:16 -07:00
muji_test.py
net_builder.py doxygen python block added 2017-03-29 06:46:16 -07:00
net_builder_test.py Allow test discovery in caffe2/python/ 2017-03-14 18:16:41 -07:00
net_drawer.py doxygen python block added 2017-03-29 06:46:16 -07:00
net_printer.py doxygen python block added 2017-03-29 06:46:16 -07:00
net_printer_test.py
optimizer.py doxygen python block added 2017-03-29 06:46:16 -07:00
optimizer_test.py Allow test discovery in caffe2/python/ 2017-03-14 18:16:41 -07:00
optimizer_test_util.py doxygen python block added 2017-03-29 06:46:16 -07:00
pipeline.py doxygen python block added 2017-03-29 06:46:16 -07:00
pybind_state.cc Protobuf is binary string. Use bytes instead. 2017-03-28 19:03:23 -07:00
pybind_state.h bugfix for Windows, esp. VS 2017 2017-03-21 05:17:59 -07:00
pybind_state_gpu.cc Cudnn v6 2017-02-28 17:46:33 -08:00
pybind_state_mkl.cc
python_op_test.py
queue_util.py doxygen python block added 2017-03-29 06:46:16 -07:00
record_queue.py doxygen python block added 2017-03-29 06:46:16 -07:00
recurrent.py doxygen python block added 2017-03-29 06:46:16 -07:00
schema.py doxygen python block added 2017-03-29 06:46:16 -07:00
schema_test.py Struct nested field name lookup supports List 2017-03-24 18:17:19 -07:00
scope.py doxygen python block added 2017-03-29 06:46:16 -07:00
scope_test.py
session.py doxygen python block added 2017-03-29 06:46:16 -07:00
session_test.py
sparse_to_dense_mask_test.py
task.py doxygen python block added 2017-03-29 06:46:16 -07:00
test_util.py doxygen python block added 2017-03-29 06:46:16 -07:00
text_file_reader.py doxygen python block added 2017-03-29 06:46:16 -07:00
timeout_guard.py doxygen python block added 2017-03-29 06:46:16 -07:00
toy_regression_test.py
tt_core.py doxygen python block added 2017-03-29 06:46:16 -07:00
tt_core_test.py
utils.py doxygen python block added 2017-03-29 06:46:16 -07:00
visualize.py doxygen python block added 2017-03-29 06:46:16 -07:00
workspace.py doxygen python block added 2017-03-29 06:46:16 -07:00
workspace_test.py Added predictor bindings to python interface 2017-03-15 11:17:54 -07:00