.. |
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
|
Do not change scope_id in AllocatorAttributes::Merge when it matches other.
|
2019-06-27 20:39:20 -07:00 |
allocator.cc
|
Export memory fragmentation in memstats.
|
2020-04-14 22:18:56 -07:00 |
allocator.h
|
Export memory fragmentation in memstats.
|
2020-04-14 22:18:56 -07: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
|
|
|
attr_value_util.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 |
attr_value_util.h
|
Add remaining needed tstring overloads.
|
2019-12-17 09:28:43 -08: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
|
Use static_cast<float> to convert bfloat16 to float instead of relying on implicit casting in argument to float ctor.
|
2020-03-20 12:52:20 -07:00 |
bfloat16.cc
|
|
|
bfloat16.h
|
Inline windows/cpu_info.h into platform/cpu_info.h. Since the endianness macros are now provided by byte_order.h, we can remove all other inclusion sites.
|
2019-08-07 23:10:52 -07:00 |
bounds_check.h
|
|
|
BUILD
|
Move fuzzers for TF ops to own subdir. Trim some dependencies.
|
2020-06-19 09:59:12 -07: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
|
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 |
collective.h
|
Add timeout to collective ops to detect deadlocks.
|
2020-05-29 15:37:42 -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
|
Merge pull request #40480 from yongtang:40471-equal-output-shapes-autograph
|
2020-06-19 16:13:47 -07:00 |
common_shape_fns.h
|
Add dataset element compression ops.
|
2020-05-20 20:08:06 -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
|
in resolution of [Wsign-compare] warning id 10
|
2020-06-02 10:59:06 -04:00 |
dataset_stateful_op_whitelist.h
|
minor spelling tweaks
|
2020-02-27 15:42:16 +09:00 |
dataset_test.cc
|
[tf.data service] Support __iter__ for tf.data service datasets.
|
2020-04-30 12:52:12 -07:00 |
dataset.cc
|
[tf.data] Calculate the average input time for the root node of the data input pipeline.
|
2020-06-11 08:37:37 -07:00 |
dataset.h
|
[tf.data] Calculate the average input time for the root node of the data input pipeline.
|
2020-06-11 08:37:37 -07: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
|
Remove usages of tensorflow::EigenThreadPoolWrapper class and its clones.
|
2019-04-11 15:27:02 -07:00 |
device_base.cc
|
[NFC] Provide synchronous versions of CopyDeviceTensorToCPU and CopyCPUTensorToDevice
|
2020-04-17 12:27:29 -07:00 |
device_base.h
|
Removing device-related code that doesn't seem to be used. Usage was removed by the following commits: 223c8bdf89 , 04c23099c2 (diff-3780f0ef44936240abc76c4c42541532) .
|
2020-06-01 12:34:36 -07: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
|
Switch CallFrameInterface::GetArg(int, Tensor*) to take (int, const Tensor**) .
|
2020-04-10 18:51:55 -07:00 |
function_testlib.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_testlib.h
|
Address the comments
|
2019-09-09 11:35:12 -07:00 |
function.cc
|
LSC: Allow targets to pass with -fsanitize=null under --config=asan .
|
2020-04-15 13:08:20 -07:00 |
function.h
|
Add ability for functions to share rendezvous
|
2020-06-08 11:47:46 -07: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
|
Preserve FunctionDef.arg_attr in GrapplerFunctionItem.
|
2020-06-15 11:06:19 -07:00 |
graph_to_functiondef.h
|
Create new function overload for GraphToFunctionDef().
|
2019-10-11 11:33:03 -07: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
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |
kernel_def_builder_test.cc
|
Add kernel builder constraints for int64, string, bool
|
2019-04-29 12:12:12 -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
|
Add kernel builder constraints for int64, string, bool
|
2019-04-29 12:12:12 -07:00 |
kernel_def_util_test.cc
|
|
|
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 tpu_load_library to tpu_api_dlsym_initializer.
|
2020-06-22 17:45:58 -07:00 |
local_rendezvous.cc
|
[Rendezvous] Add a performance counter for tracking how many dead tensors are sent.
|
2020-02-06 13:32:12 -08:00 |
local_rendezvous.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
log_memory.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 |
log_memory.h
|
|
|
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
|
|
|
lookup_interface.h
|
|
|
memory_types_test.cc
|
|
|
memory_types.cc
|
Unify logic for deducing memory types for cases with and without kernel definition
|
2020-03-30 19:28:43 -07:00 |
memory_types.h
|
|
|
metrics.cc
|
[tf.data] Adding a metric for bytes produced and consumed by individual transformations, refactoring infrastructure for recording tf.data metrics, and moving the metrics API and implementation from common_runtime to framework .
|
2020-04-06 10:39:03 -07:00 |
metrics.h
|
[tf.data] Adding a metric for bytes produced and consumed by individual transformations, refactoring infrastructure for recording tf.data metrics, and moving the metrics API and implementation from common_runtime to framework .
|
2020-04-06 10:39:03 -07:00 |
model_test.cc
|
[tf.data] Calculate the average input time for the root node of the data input pipeline.
|
2020-06-11 08:37:37 -07:00 |
model.cc
|
[tf.data] Calculate the average input time for the root node of the data input pipeline.
|
2020-06-11 08:37:37 -07:00 |
model.h
|
[tf.data] Calculate the average input time for the root node of the data input pipeline.
|
2020-06-11 08:37:37 -07:00 |
node_def_builder_test.cc
|
Allow users of Node[Def]Builder to avoid copying the created NodeDef on finalization.
|
2019-07-19 22:10:56 -07:00 |
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
|
Allow op namespacing to work in data inputs and control inputs
|
2020-01-07 11:24:22 -08:00 |
node_def_util.cc
|
[TF/XLA] On compilation failure, do not overflow the max size of the bad status by a huge list of function inputs
|
2020-05-27 11:59:06 -07:00 |
node_def_util.h
|
[TF/XLA] On compilation failure, do not overflow the max size of the bad status by a huge list of function inputs
|
2020-05-27 11:59:06 -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_base.h
|
Supporting conv3d as a TFRT forwarded kernel.
|
2020-03-11 14:28:30 -07:00 |
numeric_op.h
|
Supporting conv3d as a TFRT forwarded kernel.
|
2020-03-11 14:28:30 -07:00 |
numeric_types.h
|
Removed USE_TSTRING usage.
|
2020-01-28 22:26:26 -08: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
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
op_def_builder.h
|
|
|
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
|
Remove all uses of TENSORFLOW_LITE_PROTOS .
|
2020-05-06 02:43:41 -07:00 |
op_def_util.h
|
Update backwards-compatibility checks to allow adding a new default to an op attribute.
|
2019-09-30 20:14:36 -07:00 |
op_def.proto
|
Merge pull request #36387 from jhseu:go_fix
|
2020-02-03 17:45:49 -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
|
|
|
op_kernel_test.cc
|
add a micro benchmarks for OpKernel::TraceString
|
2020-03-18 09:36:15 -07:00 |
op_kernel.cc
|
Improve error message when attributes are invalid
|
2020-06-05 11:35:08 -07:00 |
op_kernel.h
|
Server-side cancellation support for distributed function execution.
|
2020-05-29 13:11:45 -07:00 |
op_registration_test.cc
|
|
|
op_requires.h
|
Reduce aggregate_ops' dependencies by moving OP_REQUIRES macro definitions to a
|
2020-02-18 14:19:01 -08: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
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
op.cc
|
Split out circular dependency between op and op_kernel. Add tensorflow/core/framework:op target.
|
2020-01-17 15:13:01 -08:00 |
op.h
|
Clearly indicate when to disable optimizations
|
2020-04-30 10:37:25 -07:00 |
ops_util.cc
|
|
|
ops_util.h
|
Splitting out common_shape_fns.cc:
|
2020-03-03 14:28:49 -08:00 |
partial_tensor_shape_test.cc
|
|
|
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
|
|
|
register_types.h
|
Rollback: Add uint32 & uint64 to TF_CALL_INTEGRAL_TYPES
|
2020-06-20 15:17:39 -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
|
Optimize critical section of LocalRendezvousImpl::{Send,RecvAsync}().
|
2019-11-12 07:36:52 -08:00 |
rendezvous.cc
|
Expose the definition of LocalRendezvous to its users.
|
2019-11-27 11:36:17 -08:00 |
rendezvous.h
|
Fix memory leak when tf.function executes.
|
2020-03-27 09:40:51 -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
|
[Cleanup] Remove allowed_devices of ResourceHandle since it's no longer used.
|
2020-06-22 13:18:43 -07:00 |
resource_mgr.h
|
[Cleanup] Remove allowed_devices of ResourceHandle since it's no longer used.
|
2020-06-22 13:18:43 -07: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
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
resource_var.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -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.h
|
|
|
session_state.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
shape_inference_test.cc
|
Some const declarations changed to constexpr
|
2020-04-21 10:21:10 -07:00 |
shape_inference_testutil_test.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
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
|
Construct InferenceContext with AttrSlice instead of NodeDef
|
2020-01-24 14:42:24 -08:00 |
shape_inference.h
|
Construct InferenceContext with AttrSlice instead of NodeDef
|
2020-01-24 14:42:24 -08:00 |
shared_ptr_variant.h
|
Factor out Variant wrapper for shared ptrs.
|
2019-09-16 17:13:05 -07:00 |
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_reference.h
|
Remove unused unique_tensor_references library.
|
2020-03-12 16:35:29 -07:00 |
tensor_shape_test.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
tensor_shape.cc
|
Update tensor_shape.cc
|
2020-06-05 08:56:29 -04:00 |
tensor_shape.h
|
Some const declarations changed to constexpr
|
2020-04-21 10:21:10 -07: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
|
Syntax cleanup.
|
2020-01-16 10:23:25 -08:00 |
tensor_testutil_test.cc
|
Using unaligned_flat() instead of flat() for Expectors.
|
2020-03-09 16:04:57 -07:00 |
tensor_testutil.cc
|
|
|
tensor_testutil.h
|
Some const declarations changed to constexpr
|
2020-04-21 10:21:10 -07: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
|
Merge pull request #37507 from t-ubukata:typo
|
2020-03-20 11:48:19 -07:00 |
tensor.h
|
add a tensorflow::batch_util::CopyContiguousSlices utility function for
|
2020-05-27 10:26:55 -07: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
|
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
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
type_index.h
|
Fix issues with TypeIndex on MacOS, i.e. hash on the type name where available since this otherwise causes problems when loading different shared libraries with RTLD_LOCAL .
|
2020-06-19 15:59:55 -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
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
types.cc
|
Rollback: Add uint32 & uint64 to TF_CALL_INTEGRAL_TYPES
|
2020-06-20 15:17:39 -07:00 |
types.h
|
Qualify uses of std::string.
|
2020-03-25 09:53:25 -07:00 |
types.proto
|
Merge pull request #36387 from jhseu:go_fix
|
2020-02-03 17:45:49 -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
|
|
|
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
|
Enabling //tensorflow/core/framework:variant_op_registry_test for ROCm
|
2020-01-16 19:28:08 -08: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
|
minor spelling tweaks
|
2020-02-27 15:42:16 +09:00 |
variant_tensor_data.cc
|
|
|
variant_tensor_data.h
|
[TF] Update Variant object to store small objects inline.
|
2019-05-07 11:33:18 -07:00 |
variant_test.cc
|
Avoid using 0 size arrays in variant_test.
|
2020-01-15 14:24:33 -08:00 |
variant.cc
|
Replace memset with proper placement new/destructor pairs.
|
2019-10-23 15:35:34 -07:00 |
variant.h
|
Add Variant::emplace(), based on the C++17 std::variant<Types...>::emplace() .
|
2020-01-03 09:10:40 -08:00 |
versions.cc
|
|
|
versions.h
|
|
|
versions.proto
|
Give unique go package paths in core/framework to avoid circular dependencies.
|
2020-02-05 13:14:29 -08:00 |