.. |
allocation_description.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
allocator_registry.cc
|
in resolution of [Wsign-compare] warning id 9
|
2020-06-02 11:07:21 -04:00 |
allocator_registry.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
allocator_test.cc
|
Internal tests cleanup.
|
2020-10-29 23:45:48 -07:00 |
allocator.cc
|
Replace a couple of Enable$FOO(bool) patterns with an Enable and a Disable function; NFC
|
2020-08-14 11:35:36 -07:00 |
allocator.h
|
Support coalescing of adjacent allocation regions in BFC allocator.
|
2021-01-13 15:47:59 -08:00 |
api_def.proto
|
Merge pull request #36387 from jhseu:go_fix
|
2020-02-03 17:45:49 -08:00 |
attr_value_util_test.cc
|
Update kMaxListSummarySize to 50
|
2020-07-22 10:28:31 -07:00 |
attr_value_util.cc
|
Update kMaxListSummarySize to 50
|
2020-07-22 10:28:31 -07:00 |
attr_value_util.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
attr_value.proto
|
|
|
batch_util_test.cc
|
add a tensorflow::batch_util::CopyContiguousSlices utility function for
|
2020-05-27 10:26:55 -07:00 |
bfloat16_test.cc
|
Internal tests cleanup.
|
2020-10-29 23:45:48 -07:00 |
bfloat16.cc
|
Get rid of undefined behavior in bfloat16 <-> float conversion routines by using vectorized Eigen expressions or memcpy.
|
2020-08-16 14:31:02 -07:00 |
bfloat16.h
|
Get rid of undefined behavior in bfloat16 <-> float conversion routines by using vectorized Eigen expressions or memcpy.
|
2020-08-16 14:31:02 -07:00 |
bounds_check.h
|
Move bounds check to framework, and lighten its dependencies.
|
2018-10-22 17:39:24 -07:00 |
BUILD
|
Include whole file io ops to available tf mobile ops.
|
2021-01-14 14:09:42 -08:00 |
cancellation_test.cc
|
Add CancellationManager::IsCancelling() method.
|
2019-12-12 23:16:25 -08:00 |
cancellation.cc
|
Add CancellationManager::IsCancelling() method.
|
2019-12-12 23:16:25 -08:00 |
cancellation.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
collective.cc
|
Move devices information from instance params to group params
|
2020-09-28 17:57:59 -07:00 |
collective.h
|
Set a timeout to check health RPC
|
2020-10-21 13:02:25 -07:00 |
common_shape_fns_test.cc
|
|
|
common_shape_fns.cc
|
Resolved merge conflicts
|
2020-10-09 08:42:49 -07:00 |
common_shape_fns.h
|
Resolved merge conflicts
|
2020-10-09 08:42:49 -07:00 |
control_flow.h
|
fix C++ header guards.
|
2018-08-21 16:22:05 -07:00 |
cost_graph.proto
|
Add aggregated cost dimensions to the CostGraph, typically used for
|
2020-03-05 13:48:47 -08:00 |
cpu_allocator_impl.cc
|
Support coalescing of adjacent allocation regions in BFC allocator.
|
2021-01-13 15:47:59 -08:00 |
dataset_stateful_op_allowlist.h
|
Rename dataset_stateful_op_whitelist to dataset_stateful_op_allowlist
|
2020-07-30 10:36:40 -07:00 |
dataset_test.cc
|
[tf.data] Implement splitting for tensor_slices_dataset.
|
2020-09-16 14:05:56 -07:00 |
dataset.cc
|
[tf.data] Implement splitting for tensor_slices_dataset.
|
2020-09-16 14:05:56 -07:00 |
dataset.h
|
[tf.data] Add vlogging for time spent restoring each stage of a dataset iterator.
|
2021-01-12 10:32:29 -08:00 |
device_attributes.proto
|
|
|
device_base_test.cc
|
|
|
device_base.cc
|
replace unreachable returns by aborts
|
2020-08-28 18:26:11 +02:00 |
device_base.h
|
Add stream executor c api extension
|
2020-11-11 08:51:08 +00:00 |
device_factory.cc
|
Move Device and DeviceFactory to core/framework. https://github.com/tensorflow/tensorflow/pull/43611/ needs to access device registry to get a subtype for a given device type as a part of kernel registration. Kernel registration is a part of framework and should not depend on common_runtime to avoid a circular dependency.
|
2020-10-16 15:11:35 -07:00 |
device_factory.h
|
Move Device and DeviceFactory to core/framework. https://github.com/tensorflow/tensorflow/pull/43611/ needs to access device registry to get a subtype for a given device type as a part of kernel registration. Kernel registration is a part of framework and should not depend on common_runtime to avoid a circular dependency.
|
2020-10-16 15:11:35 -07:00 |
device.cc
|
Merge pull request #43812 from ppiskorski:get_device_context
|
2020-10-23 18:14:22 -07:00 |
device.h
|
replace PFLR DeviceGetContext hardcode with Device::IsRemoteCallAllowed
|
2020-10-22 20:49:03 +02:00 |
extension_type_variant_test.cc
|
Add ExtensionTypeVariant class, which can be used to store any ExtensionType values (aka CompositeTensor values) in a variant scalar.
|
2020-11-23 10:00:58 -08:00 |
extension_type_variant.cc
|
Add ExtensionTypeVariant class, which can be used to store any ExtensionType values (aka CompositeTensor values) in a variant scalar.
|
2020-11-23 10:00:58 -08:00 |
extension_type_variant.h
|
Add ExtensionTypeVariant class, which can be used to store any ExtensionType values (aka CompositeTensor values) in a variant scalar.
|
2020-11-23 10:00:58 -08:00 |
fake_input.cc
|
Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.
|
2018-01-26 12:48:50 -08:00 |
fake_input.h
|
fix C++ header guards.
|
2018-08-21 16:22:05 -07:00 |
function_handle_cache.cc
|
This CL optimizes C++11 range-based for loops where the variable is copied in each iteration but it would suffice to obtain it by const reference. This is only applied to loop variables of types that are expensive to copy which means they are not trivially copyable or have a non-trivial copy constructor or destructor.
|
2020-04-07 14:38:02 -07:00 |
function_handle_cache.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
function_test.cc
|
Clean up duplicated code in matmul_op/batch_matmul_op and associated tests. Having a separate redundant implementation for non-batch matmul is a maintenance burden.
|
2020-10-29 11:58:12 -07:00 |
function_testlib.cc
|
Clean up duplicated code in matmul_op/batch_matmul_op and associated tests. Having a separate redundant implementation for non-batch matmul is a maintenance burden.
|
2020-10-29 11:58:12 -07:00 |
function_testlib.h
|
Address the comments
|
2019-09-09 11:35:12 -07:00 |
function.cc
|
Copy stack traces to instantiated functions.
|
2020-12-08 16:33:18 -08:00 |
function.h
|
[NFC] Optimize getting the last stack frame + stack frame conversion
|
2020-12-10 22:55:07 -08:00 |
function.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
graph_def_util_test.cc
|
Strip default attributes before sending a function or op to eager service
|
2019-09-24 10:18:48 -07:00 |
graph_def_util.cc
|
Strip default attributes before sending a function or op to eager service
|
2019-09-24 10:18:48 -07:00 |
graph_def_util.h
|
Strip default attributes before sending a function or op to eager service
|
2019-09-24 10:18:48 -07:00 |
graph_to_functiondef_test.cc
|
[Build cleanup] Update #includes of moved header "graph/graph_constructor.h".
|
2020-04-29 09:20:48 -07:00 |
graph_to_functiondef.cc
|
Ensure that shapes are set for captured inputs to functions. Small eager tensors are captured as const ops, which don't have a shape attr.
|
2020-09-21 14:07:28 -07:00 |
graph_to_functiondef.h
|
NFC: Refactored existing runtime code to prepare for TFRT/TF2 training's integration points.
|
2020-12-15 13:26:34 -08:00 |
graph_transfer_info.proto
|
|
|
graph.proto
|
Remove outdated comment :P
|
2020-11-16 11:38:56 -08:00 |
kernel_def_builder_test.cc
|
Use explicitly brace-initialized int64 values rather than LL suffixes to protect against situations where int64 is not long long.
|
2020-07-13 17:02:18 -07:00 |
kernel_def_builder.cc
|
Removing use of DebugString free functions, as MessageLite now implements these methods: 6b3024f693/src/google/protobuf/message_lite.h (L239-L252) .
|
2019-08-21 18:59:13 -07:00 |
kernel_def_builder.h
|
Delete stray commented line
|
2020-11-03 13:39:20 -08:00 |
kernel_def_util_test.cc
|
Move AttrsMatch() to kernel_def_util.h so client can use it.
|
2018-06-25 11:48:11 -07:00 |
kernel_def_util.cc
|
Add data_format attribute constraint for CPU kernels of SpaceToDepth and DepthToSpace ops.
|
2019-09-25 12:32:16 -07:00 |
kernel_def_util.h
|
Move AttrsMatch() to kernel_def_util.h so client can use it.
|
2018-06-25 11:48:11 -07:00 |
kernel_def.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
kernel_shape_util.cc
|
|
|
kernel_shape_util.h
|
|
|
load_library.cc
|
Rename LoadLibrary to avoid conflict with Windows macros
|
2020-08-04 19:24:11 -07:00 |
local_rendezvous.cc
|
Add Ref/Unref to make sure rendezvous outlives its cancellation callback.
|
2020-10-02 11:23:42 -07:00 |
local_rendezvous.h
|
Add Ref/Unref to make sure rendezvous outlives its cancellation callback.
|
2020-10-02 11:23:42 -07:00 |
log_memory.cc
|
Optimize calls to std::string::find() and friends for a single char.
|
2020-12-17 18:11:13 -08:00 |
log_memory.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
log_memory.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
logging.cc
|
Include missing header file in logging.cc.
|
2019-08-14 11:48:53 -07:00 |
logging.h
|
Log device placement to available log listeners
|
2019-05-06 23:55:02 -07:00 |
lookup_interface.cc
|
Mutablehashtable lookup support full size dynamic default values.
|
2020-10-26 19:05:22 +08:00 |
lookup_interface.h
|
Merge pull request #43269 from rhdong:RFC237-patch-for-recsys-sig
|
2020-10-27 08:06:45 -07:00 |
memory_types_test.cc
|
Extend MemoryTypesForNode test
|
2020-08-06 23:44:20 +02:00 |
memory_types.cc
|
Fix setting out_mtypes in MemoryTypesForNode
|
2020-07-20 14:19:13 +02:00 |
memory_types.h
|
fix C++ header guards.
|
2018-08-21 16:22:05 -07:00 |
metrics.cc
|
[tf.data] Various changes to iterator metrics collection.
|
2020-11-03 10:40:09 -08:00 |
metrics.h
|
[tf.data] Various changes to iterator metrics collection.
|
2020-11-03 10:40:09 -08:00 |
model_test.cc
|
[tf.data] Update some unit test code to follow real situation.
|
2020-12-30 13:36:19 -08:00 |
model.cc
|
[tf.data] In tf.data autotuning, keep the initialized parameter values if processing times are not correctly collected yet.
|
2020-12-30 12:36:59 -08:00 |
model.h
|
[tf.data] In tf.data autotuning, keep the initialized parameter values if processing times are not correctly collected yet.
|
2020-12-30 12:36:59 -08:00 |
node_def_builder_test.cc
|
|
|
node_def_builder.cc
|
Removed USE_TSTRING usage.
|
2020-01-28 22:26:26 -08:00 |
node_def_builder.h
|
Removed USE_TSTRING usage.
|
2020-01-28 22:26:26 -08:00 |
node_def_util_test.cc
|
Addressing large number of outputs in a consistent way across our various C
|
2020-10-26 17:18:34 -07:00 |
node_def_util.cc
|
Addressing large number of outputs in a consistent way across our various C
|
2020-10-26 17:18:34 -07:00 |
node_def_util.h
|
Fix colocation in function inlining
|
2020-09-17 13:43:16 -07:00 |
node_def.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
node_properties_test.cc
|
Replace NodeDef with std::shared_ptr<NodeProperties> in the kernel creation code paths and try to avoid as many copies of NodeDefs as possible. This will in most cases allow sharing the NodeDef between the OpKernel and the graph Node from which it is created.
|
2020-02-18 13:20:06 -08:00 |
node_properties.cc
|
Replace NodeDef with std::shared_ptr<NodeProperties> in the kernel creation code paths and try to avoid as many copies of NodeDefs as possible. This will in most cases allow sharing the NodeDef between the OpKernel and the graph Node from which it is created.
|
2020-02-18 13:20:06 -08:00 |
node_properties.h
|
Replace NodeDef with std::shared_ptr<NodeProperties> in the kernel creation code paths and try to avoid as many copies of NodeDefs as possible. This will in most cases allow sharing the NodeDef between the OpKernel and the graph Node from which it is created.
|
2020-02-18 13:20:06 -08:00 |
numeric_op.h
|
Remove changes made to support TFRT-based OpKernel classes in Conv3d kernel.
|
2020-12-09 16:19:36 -08:00 |
numeric_types.h
|
Move bfloat16 header to tensorflow/core/platform.
|
2020-08-14 13:44:57 -07:00 |
op_compatibility_test.cc
|
Add a number of missing headers being transitively pulled in.
|
2020-01-24 15:15:16 -08:00 |
op_def_builder_test.cc
|
Automated rollback of commit 6fa6bd045c
|
2018-10-15 11:22:32 -07:00 |
op_def_builder.cc
|
Update OpDefBuilder with an option to allow attr type to be 'any'.
|
2020-10-12 14:41:10 -07:00 |
op_def_builder.h
|
Update OpDefBuilder with an option to allow attr type to be 'any'.
|
2020-10-12 14:41:10 -07:00 |
op_def_util_test.cc
|
Update backwards-compatibility checks to allow adding a new default to an op attribute.
|
2019-09-30 20:14:36 -07:00 |
op_def_util.cc
|
tensorflow/core resolutions set 1
|
2020-07-26 23:49:59 +00:00 |
op_def_util.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
op_def.proto
|
Set handle data of function inputs and outputs.
|
2020-12-07 20:55:03 -08:00 |
op_gen_lib_test.cc
|
Move error_codes.proto part 2.
|
2019-09-24 10:07:35 -07:00 |
op_gen_lib.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
op_gen_lib.h
|
Automated rollback of commit 6fa6bd045c
|
2018-10-15 11:22:32 -07:00 |
op_kernel_test.cc
|
Internal tests cleanup.
|
2020-10-29 23:45:48 -07:00 |
op_kernel.cc
|
Simplify (compile-time) selective registration
|
2020-09-15 14:54:25 -07:00 |
op_kernel.h
|
Selective registration: do not register kernels for excluded ops
|
2020-09-25 17:11:51 -07:00 |
op_registration_test.cc
|
Fix code that ignores tensorflow::Status.
|
2017-02-13 17:24:58 -08:00 |
op_requires.h
|
Add error payload in status.
|
2021-01-07 00:09:29 -08:00 |
op_segment_test.cc
|
|
|
op_segment.cc
|
|
|
op_segment.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
op.cc
|
Simplify (compile-time) selective registration
|
2020-09-15 14:54:25 -07:00 |
op.h
|
Simplify (compile-time) selective registration
|
2020-09-15 14:54:25 -07:00 |
ops_util.cc
|
Add GPU explicit padding to tf.nn.conv2d.
|
2019-01-08 18:59:38 -08:00 |
ops_util.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
partial_tensor_shape_test.cc
|
Add FooWithStatus methods for all Foo methods with CHECK fails.
|
2021-01-05 14:31:06 -08:00 |
partial_tensor_shape.h
|
|
|
queue_interface.h
|
|
|
reader_base.cc
|
Removed USE_TSTRING usage.
|
2020-01-28 22:26:26 -08:00 |
reader_base.h
|
Updated ReaderInterface and subclasses to use tstring.
|
2019-08-27 20:01:38 -07:00 |
reader_base.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
reader_interface.h
|
Updated ReaderInterface and subclasses to use tstring.
|
2019-08-27 20:01:38 -07:00 |
reader_op_kernel.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
register_types_traits.h
|
Delete SYCL support
|
2020-09-15 11:21:47 -07:00 |
register_types.h
|
Improve GPU dtype coverage of concat
|
2020-09-24 00:52:50 -07:00 |
registration_options.h.tpl
|
Add a Bazel-level config setting for experimental changes to registration
|
2020-10-20 11:33:35 -07:00 |
remote_fused_graph_execute_info.proto
|
|
|
rendezvous_test.cc
|
Merge pull request #44408 from Molkree:typos_in_core_dir
|
2020-11-06 15:01:58 -08:00 |
rendezvous.cc
|
Add Ref/Unref to make sure rendezvous outlives its cancellation callback.
|
2020-10-02 11:23:42 -07:00 |
rendezvous.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
resource_handle.cc
|
[Cleanup] Remove allowed_devices of ResourceHandle since it's no longer used.
|
2020-06-22 13:18:43 -07:00 |
resource_handle.h
|
[Cleanup] Remove allowed_devices of ResourceHandle since it's no longer used.
|
2020-06-22 13:18:43 -07:00 |
resource_handle.proto
|
[Cleanup] Remove allowed_devices of ResourceHandle since it's no longer used.
|
2020-06-22 13:18:43 -07:00 |
resource_mgr_test.cc
|
[Cleanup] Remove allowed_devices of ResourceHandle since it's no longer used.
|
2020-06-22 13:18:43 -07:00 |
resource_mgr.cc
|
Remove ResourceHandlesShape as it doesn't seem to be used anywhere.
|
2020-09-26 00:16:05 -07:00 |
resource_mgr.h
|
Setup KernelFallbackRequestState in c_api_tfrt in order to use KernelFallback in TF-TFRT integration.
|
2020-11-20 17:34:25 -08:00 |
resource_op_kernel_test.cc
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
resource_op_kernel.h
|
Move uses of tensorflow::MakeTypeIndex() to tensorflow::TypeIndex::Make .
|
2020-06-23 12:50:42 -07:00 |
resource_var.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
rng_alg.h
|
Changes StatelessRandomGetKeyCounterAlg to pick RNG_DEFAULT on TPU instead of RNG_THREE_FRY. The latter causes an OOM for StatelessRandomNormalV2 because of excessive TPU padding. The old V1 ops also pick RNG_DEFAULT.
|
2020-11-06 13:52:26 -08:00 |
run_handler_test.cc
|
Refactor code for run handler thread pool, and add some unit tests.
|
2020-03-13 15:16:18 -07:00 |
run_handler_util_test.cc
|
Implement an alternative setenv/unsetenv, as it is not available on windows.
|
2020-01-08 11:27:52 -08:00 |
run_handler_util.cc
|
[RunHandler] Minor optimizations to environment variable handling.
|
2020-04-28 16:07:48 -07:00 |
run_handler_util.h
|
[RunHandler] Minor optimizations to environment variable handling.
|
2020-04-28 16:07:48 -07:00 |
run_handler.cc
|
[RunHandler] Minor optimizations to environment variable handling.
|
2020-04-28 16:07:48 -07:00 |
run_handler.h
|
Refactor code for run handler thread pool, and add some unit tests.
|
2020-03-13 15:16:18 -07:00 |
selective_registration_test.cc
|
Disable InitOnStartupTest.ConditionalImmediate and InitOnStartupTest.Conditional which fail on windows.
|
2020-09-24 12:27:37 -07:00 |
selective_registration.h
|
Add a Bazel-level config setting for experimental changes to registration
|
2020-10-20 11:33:35 -07:00 |
session_state.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
shape_inference_test.cc
|
|
|
shape_inference_testutil_test.cc
|
|
|
shape_inference_testutil.cc
|
|
|
shape_inference_testutil.h
|
Fix for adhering to latest clang style guide.
|
2020-05-12 14:08:36 -07:00 |
shape_inference.cc
|
Add shape inference rule for XlaPad.
|
2020-12-30 14:15:33 -08:00 |
shape_inference.h
|
Add shape inference rule for XlaPad.
|
2020-12-30 14:15:33 -08:00 |
shared_ptr_variant.h
|
Factor out Variant wrapper for shared ptrs.
|
2019-09-16 17:13:05 -07:00 |
stats_aggregator.h
|
|
|
step_stats.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
summary.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
tensor_description.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
tensor_key.h
|
Merge pull request #41345 from kttian:new_op
|
2020-08-07 09:20:24 -07:00 |
tensor_reference.h
|
Remove unused unique_tensor_references library.
|
2020-03-12 16:35:29 -07:00 |
tensor_shape_test.cc
|
Add FooWithStatus methods for all Foo methods with CHECK fails.
|
2021-01-05 14:31:06 -08:00 |
tensor_shape.cc
|
Add FooWithStatus methods for all Foo methods with CHECK fails.
|
2021-01-05 14:31:06 -08:00 |
tensor_shape.h
|
Add FooWithStatus methods for all Foo methods with CHECK fails.
|
2021-01-05 14:31:06 -08:00 |
tensor_shape.proto
|
|
|
tensor_slice_test.cc
|
TensorSlice: add operator==().
|
2016-09-07 09:02:57 -07:00 |
tensor_slice.cc
|
Remove some unused C++ variables in core/ .
|
2019-02-25 17:04:39 -08:00 |
tensor_slice.h
|
fix C++ header guards.
|
2018-08-21 16:22:05 -07:00 |
tensor_slice.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
tensor_test.cc
|
Internal tests cleanup.
|
2020-10-29 23:45:48 -07:00 |
tensor_testutil_test.cc
|
Clean up tensor_testutil.
|
2020-07-02 11:34:23 -07:00 |
tensor_testutil.cc
|
Bug fix for remapper test
|
2020-09-25 14:36:52 +08:00 |
tensor_testutil.h
|
fix typos in core directory
|
2020-10-29 02:52:55 +03:00 |
tensor_types.h
|
|
|
tensor_util_test.cc
|
Fix bug in compression of tensor protos containing complex values stored in the repeated fields scomplex or dcomplex. This bug could cause the imaginary parts being set to zero for a tensor with a tail of values with equal real parts.
|
2019-10-10 18:53:14 -07:00 |
tensor_util.cc
|
More descriptive error message for Concat.
|
2020-06-12 10:15:05 -07:00 |
tensor_util.h
|
Clean up OpKernel 1.
|
2020-01-29 15:49:57 -08:00 |
tensor.cc
|
Fix regression in (non-batch) matrix multiplication:
|
2020-11-17 15:58:05 -08:00 |
tensor.h
|
Fix regression in (non-batch) matrix multiplication:
|
2020-11-17 15:58:05 -08:00 |
tensor.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
thread_factory.h
|
[tf.data] Add an unbounded thread pool to iterator resources.
|
2019-03-01 18:28:01 -08:00 |
tracking_allocator_test.cc
|
Add const-correctness and fix additional lints
|
2019-04-01 10:41:56 -07:00 |
tracking_allocator.cc
|
Add const-correctness and fix additional lints
|
2019-04-01 10:41:56 -07:00 |
tracking_allocator.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
type_index.h
|
In type_index.h there is some logic to warn if RTTI is disabled on a Mac build,
|
2020-06-30 09:57:49 -07:00 |
type_traits.h
|
Some const declarations changed to constexpr
|
2020-04-21 10:21:10 -07:00 |
typed_allocator.cc
|
Split TensorFlow type-related methods out of Allocator.
|
2019-05-08 07:59:06 -07:00 |
typed_allocator.h
|
Migrated tensorflow/core/framework/ to use tstring.
|
2019-08-10 11:32:39 -07:00 |
types_test.cc
|
Delete SYCL support
|
2020-09-15 11:21:47 -07:00 |
types.cc
|
Delete SYCL support
|
2020-09-15 11:21:47 -07:00 |
types.h
|
Delete SYCL support
|
2020-09-15 11:21:47 -07:00 |
types.proto
|
Add pfor converters and basic type information to optionals
|
2020-11-19 09:25:24 -08:00 |
variable.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
variant_encode_decode.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
variant_op_copy_test.cc
|
Updated the majority of string tensor accessors to use tstring type.
|
2019-08-07 11:46:35 -07:00 |
variant_op_registry_test.cc
|
Move uses of tensorflow::MakeTypeIndex() to tensorflow::TypeIndex::Make .
|
2020-06-23 12:50:42 -07:00 |
variant_op_registry.cc
|
Refactor the mobile/portable/android/ios targets to use filegroups
|
2020-01-16 13:11:38 -08:00 |
variant_op_registry.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
variant_tensor_data.cc
|
Move VariantTensorData::add_tensor template definition from .cc to .h file.
|
2020-11-18 16:38:26 -08:00 |
variant_tensor_data.h
|
Move VariantTensorData::add_tensor template definition from .cc to .h file.
|
2020-11-18 16:38:26 -08:00 |
variant_test.cc
|
Move uses of tensorflow::MakeTypeIndex() to tensorflow::TypeIndex::Make .
|
2020-06-23 12:50:42 -07:00 |
variant.cc
|
Replace memset with proper placement new/destructor pairs.
|
2019-10-23 15:35:34 -07:00 |
variant.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
versions.cc
|
Prepare to remove a bunch of proto.h includes from tensorflow/core headers
|
2017-06-29 11:48:10 -07:00 |
versions.h
|
|
|
versions.proto
|
|
|