STT-tensorflow/tensorflow/examples/adding_an_op
2019-09-17 11:03:39 -07:00
..
__init__.py
attr_examples.cc
BUILD Create the initial BUILD file for tensorflow/core/platform folder 2019-08-05 14:17:12 -07:00
cuda_op_kernel.cc
cuda_op_kernel.cu.cc Replacing GetCudaLaunchConfig and CudaLaunchKernel with their Gpu equivalent. 2019-07-05 03:32:43 -07:00
cuda_op_test.py Make tests eager compatabile by removing eval() 2019-02-28 15:48:34 -08:00
cuda_op.py Fix / disable a few more tests that don't work with v2 2019-08-07 16:04:24 -07:00
fact_test.py Fixing / disabling a few tests failing when we run with TF v2. 2019-08-07 11:23:28 -07:00
zero_out_1_test.py (Hopefully) remaining work to get custom ops working w/ namespaces. Also makes some example tests about adding ops create & run namespaced ops. 2019-09-17 11:03:39 -07:00
zero_out_2_test.py Remove redundant dependencies on contrib. Add tensorflow/python/tpu:tpu_lib to pip dependencies 2019-08-07 14:43:20 -07:00
zero_out_3_test.py Add @run_deprecated_v1 annotation to tests failing in v2 2018-11-29 15:43:25 -08:00
zero_out_grad_2.py
zero_out_op_1.py (Hopefully) remaining work to get custom ops working w/ namespaces. Also makes some example tests about adding ops create & run namespaced ops. 2019-09-17 11:03:39 -07:00
zero_out_op_2.py Fixing / disabling a few tests failing when we run with TF v2. 2019-08-07 11:23:28 -07:00
zero_out_op_3.py Fixing / disabling a few tests failing when we run with TF v2. 2019-08-07 11:23:28 -07:00
zero_out_op_kernel_1.cc (Hopefully) remaining work to get custom ops working w/ namespaces. Also makes some example tests about adding ops create & run namespaced ops. 2019-09-17 11:03:39 -07:00
zero_out_op_kernel_2.cc Prepare to remove a bunch of proto.h includes from tensorflow/core headers 2017-06-29 11:48:10 -07:00
zero_out_op_kernel_3.cc