STT-tensorflow/tensorflow/examples/adding_an_op
A. Unique TensorFlower 1f52a8e250 toolchains: migrate platforms to use exec_properties
- remote_execution_properties has been deprecated in favor
of exec_properties [1].

- have gpu platforms inherit from the cpu platform in order
to avoid duplication.

- Replace all uses of the exec_compatible_with attribute for
GPU tests with the exec_properties attribute. exec_properties
are passed through as platform properties to the remote
execution backend. This makes creating special platforms for
GPU tests obsolete.

[1] https://docs.bazel.build/versions/master/be/platform.html#platform.exec_properties

PiperOrigin-RevId: 292407784
Change-Id: I809354b37f4952ae73d3c4d9bfd9a9b7c14527bf
2020-01-30 13:08:52 -08:00
..
__init__.py
attr_examples.cc Restore the adding_an_op code examples that used to live under 2017-03-03 13:05:58 -08:00
BUILD toolchains: migrate platforms to use exec_properties 2020-01-30 13:08:52 -08:00
cuda_op_kernel.cc Use "nullptr" for null pointer values 2017-05-30 08:50:43 -07:00
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 Build tensorflow 2.0 by default on master. 2019-10-03 00:01:32 -07:00
fact_test.py Fixing / disabling a few tests failing when we run with TF v2. This change is 2019-09-17 16:53:41 -07:00
zero_out_1_test.py Allow op namespacing to work in data inputs and control inputs 2020-01-07 11:24:22 -08:00
zero_out_2_test.py Fixing / disabling a few tests failing when we run with TF v2. This change is 2019-09-17 16:53:41 -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 Fixing / disabling a few tests failing when we run with TF v2. This change is 2019-09-17 16:53:41 -07:00
zero_out_op_2.py Fixing / disabling a few tests failing when we run with TF v2. This change is 2019-09-17 16:53:41 -07:00
zero_out_op_3.py Fixing / disabling a few tests failing when we run with TF v2. This change is 2019-09-17 16:53:41 -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-13 12:07:16 -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 Use "nullptr" for null pointer values 2017-05-30 08:50:43 -07:00