.. |
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
|
Enable SubAllocator to inform the main allocator of an over-allocation.
|
2020-11-20 17:56:43 -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
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
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
|
Create a fuzzer for AreAttrValuesEqual and FastAreAttrValuesEqual .
|
2020-12-21 10:41:04 -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
|
Support computing exponential running mean and variance in fused_batch_norm.
|
2020-02-26 14:31:32 -08:00 |
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
|
|
|
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
|
Enable SubAllocator to inform the main allocator of an over-allocation.
|
2020-11-20 17:56:43 -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] Fix segfault in parallel_map
|
2020-12-15 20:55:14 -08:00 |
device_attributes.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
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
|
|
|
fake_input.h
|
|
|
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
|
|
|
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
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
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
|
|
|
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
|
|
|
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
|
Splitting out common_shape_fns.cc:
|
2020-03-03 14:28:49 -08:00 |
kernel_shape_util.h
|
Splitting out common_shape_fns.cc:
|
2020-03-03 14:28:49 -08:00 |
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
|
|
|
logging.h
|
|
|
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
|
|
|
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] Fix segfault in parallel_map
|
2020-12-15 20:55:14 -08:00 |
model.cc
|
[tf.data] Fix some comment in the gradient descent algorithm.
|
2020-12-09 14:10:34 -08:00 |
model.h
|
[tf.data] Fix segfault in parallel_map
|
2020-12-15 20:55:14 -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
|
|
|
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
|
|
|
op_gen_lib.h
|
|
|
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
|
Capture status value by reference to avoid copies
|
2020-09-09 16:40:04 -07:00 |
op_segment_test.cc
|
|
|
op_segment.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 |
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
|
|
|
ops_util.h
|
Qualify uses of std::string
|
2020-07-31 12:01:59 -07:00 |
partial_tensor_shape_test.cc
|
|
|
partial_tensor_shape.h
|
|
|
queue_interface.h
|
Make DebugString() in ResourceBase constant
|
2019-01-08 02:28:38 -08:00 |
reader_base.cc
|
Removed USE_TSTRING usage.
|
2020-01-28 22:26:26 -08:00 |
reader_base.h
|
|
|
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
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
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
|
Some const declarations changed to constexpr
|
2020-04-21 10:21:10 -07:00 |
shape_inference_testutil_test.cc
|
|
|
shape_inference_testutil.cc
|
Changed InferenceContext ctor to accept NodeDef as a const ref
|
2019-10-07 18:36:47 -07:00 |
shape_inference_testutil.h
|
Fix for adhering to latest clang style guide.
|
2020-05-12 14:08:36 -07:00 |
shape_inference.cc
|
Support constant folding across Arg nodes during shape inference on nested function calls.
|
2020-10-19 21:27:26 -07:00 |
shape_inference.h
|
Support constant folding across Arg nodes during shape inference on nested function calls.
|
2020-10-19 21:27:26 -07:00 |
shared_ptr_variant.h
|
|
|
stats_aggregator.h
|
minor spelling tweaks
|
2020-02-27 15:42:16 +09:00 |
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 benchmark for shape.add_dim
|
2020-11-13 11:50:01 -08:00 |
tensor_shape.cc
|
Remove CHECK from private RecomputeNumElements .
|
2020-11-13 14:56:42 -08:00 |
tensor_shape.h
|
Shrink code size of TensorShape::AsEigenDSizes() by implementing the simple
|
2020-11-23 20:38:30 -08:00 |
tensor_shape.proto
|
Merge pull request #36387 from jhseu:go_fix
|
2020-02-03 17:45:49 -08:00 |
tensor_slice_test.cc
|
|
|
tensor_slice.cc
|
|
|
tensor_slice.h
|
|
|
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
|
|
|
tracking_allocator_test.cc
|
|
|
tracking_allocator.cc
|
|
|
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
|
|
|
typed_allocator.h
|
|
|
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
|
|
|
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
|
|
|
versions.h
|
Remove a bunch of proto.h includes from tensorflow/core headers
|
2017-08-23 12:29:19 -07:00 |
versions.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |