tensorflow/tensorflow/python/framework
Alexandre Passos 655f26fc70 Resurrects autograd-free eager gradients.
PiperOrigin-RevId: 168448557
2017-09-12 14:40:11 -07:00
..
testdata Added proto function for LOCAL_VARIABLES and MODEL_VARIABLES. 2017-06-12 11:30:55 -07:00
__init__.py
c_api_util.py Create ScopedTFStatus to manage TF_Status lifetime. 2017-07-17 11:36:51 -07:00
common_shapes_test.py eager: Add tests for backprop.py 2017-08-19 11:21:27 -07:00
common_shapes.py eager: Add tests for backprop.py 2017-08-19 11:21:27 -07:00
constant_op.py Resurrects autograd-free eager gradients. 2017-09-12 14:40:11 -07:00
contrib_test.py Introduce TFDecorator, a base class for Python TensorFlow decorators. Provides basic introspection and "unwrap" services, allowing tooling code to fully 'understand' the wrapped object. 2017-04-21 12:09:42 -07:00
cpp_shape_inference.cc Prepare to remove a bunch of proto.h includes from tensorflow/core headers 2017-06-29 11:48:10 -07:00
cpp_shape_inference.h
cpp_shape_inference.i
cpp_shape_inference.proto Change shape inference so that a single resource tensor can carry 2017-05-25 15:49:45 -07:00
device_test.py Merge changes from github. 2017-08-15 12:12:05 -07:00
device.py
dtypes_test.py Added DT_VARIANT type. 2017-07-21 10:22:30 -07:00
dtypes.py Added DT_VARIANT type. 2017-07-21 10:22:30 -07:00
errors_impl.py Delete ScopedTFStatus to avoid leaking it for long running trainers(1+day). 2017-09-11 11:37:29 -07:00
errors_test.py Delete ScopedTFStatus to avoid leaking it for long running trainers(1+day). 2017-09-11 11:37:29 -07:00
errors.py
file_system_test.py Merge changes from github. 2017-06-09 10:41:00 -07:00
framework_lib.py Removing subscribe from the framework_lib BUILD target as it creates a cyclic dependency. 2017-08-03 13:59:25 -07:00
function_test.py Add function support to Tensorflow C API 2017-08-30 21:08:53 -07:00
function.py Add function support to Tensorflow C API 2017-08-30 21:08:53 -07:00
graph_io.py Merge changes from github. 2017-07-13 14:55:38 -07:00
graph_to_function_def.py graph_to_function_def gets its own file 2017-07-31 10:16:47 -07:00
graph_util_impl.py Added parallel version of DynamicStitchOp (named ParallelDynamicStitchOp) with 2017-08-09 17:20:12 -07:00
graph_util_test.py Merge changes from github. 2017-08-15 12:12:05 -07:00
graph_util.py
importer_test.py Merge changes from github. 2017-08-15 12:12:05 -07:00
importer.py Make the test for "unused inputs" more precise in tf.import_graph_def(). 2017-07-13 10:24:32 -07:00
load_library.py Create ScopedTFStatus to manage TF_Status lifetime. 2017-07-17 11:36:51 -07:00
meta_graph_test.py Merge changes from github. 2017-08-15 12:12:05 -07:00
meta_graph.py Added proto function for LOCAL_VARIABLES and MODEL_VARIABLES. 2017-06-12 11:30:55 -07:00
op_def_library_test.py
op_def_library.py Resurrects autograd-free eager gradients. 2017-09-12 14:40:11 -07:00
op_def_registry.py
ops_test.py detecting cycles when users add a control edge to a graph 2017-09-06 14:34:14 -07:00
ops.py Resurrects autograd-free eager gradients. 2017-09-12 14:40:11 -07:00
pip_dependencies_test.py Add dependency on autograd. 2017-08-07 12:29:51 -07:00
proto_test.py
python_op_gen_internal.h Small changes to op framework. 2017-07-27 10:58:11 -07:00
python_op_gen_main.cc Merge changes from github. 2017-09-06 18:01:27 -07:00
python_op_gen.cc Fix bug where a string constant with a space can get word 2017-08-12 09:37:45 -07:00
python_op_gen.h Refactoring Python op code generation. 2017-05-31 21:59:06 -07:00
python_op_gen.i Small fixes to op generation. 2017-05-01 12:46:45 -07:00
random_seed_test.py Merge changes from github. 2017-06-09 10:41:00 -07:00
random_seed.py
registry_test.py
registry.py
sparse_tensor_test.py Merge changes from github. 2017-06-09 10:41:00 -07:00
sparse_tensor.py
subscribe_test.py Subscribe adds side effect ops with same device and control flow context of tensors. 2017-08-10 02:21:51 -07:00
subscribe.py Subscribe adds side effect ops with same device and control flow context of tensors. 2017-08-10 02:21:51 -07:00
tensor_shape_div_test.py
tensor_shape_test.py [framework] Add 'most_specific_compatible_shape' for the most specific TensorShape compatible with given two TensorShapes. 2017-07-06 12:19:05 -07:00
tensor_shape.py Merge changes from github. 2017-08-15 12:12:05 -07:00
tensor_util_test.py Merge changes from github. 2017-09-06 18:01:27 -07:00
tensor_util.py Resurrects autograd-free eager gradients. 2017-09-12 14:40:11 -07:00
test_file_system.cc Fix WholeFileReader for named pipes (or any file with incorrect or non-fixed sizes). 2017-05-18 11:10:00 -07:00
test_ops_2.cc
test_ops.cc Minor cleanup: remove unused constructions 2017-07-01 08:27:28 -07:00
test_util_test.py Make error message when explicitly adding an invalid device more clear. 2017-04-26 20:31:03 -07:00
test_util.py Add an NCHW_VECT_C kernel to MaxPoolOp and MaxPoolOpV2 2017-09-08 11:34:21 -07:00
versions_test.py
versions.py