OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tpu
(Results
1 - 25
of
81
) sorted by null
1
2
3
4
/external/tensorflow/tensorflow/contrib/tpu/
__init__.py
68
from tensorflow.contrib.
tpu
.python import profiler
69
from tensorflow.contrib.
tpu
.python.ops.tpu_ops import *
70
from tensorflow.contrib.
tpu
.python.
tpu
.async_checkpoint import *
71
from tensorflow.contrib.
tpu
.python.
tpu
.bfloat16 import *
72
from tensorflow.contrib.
tpu
.python.
tpu
.device_assignment import *
73
from tensorflow.contrib.
tpu
.python.
tpu
.keras_support import tpu_model as keras_to_tpu_mode
[
all
...]
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu.py
22
from tensorflow.python.
tpu
.
tpu
import *
24
from tensorflow.python.
tpu
.
tpu
import _TPU_REPLICATE_ATTR
tpu_estimator.py
22
from tensorflow.python.
tpu
.tpu_estimator import *
24
from tensorflow.python.
tpu
.tpu_estimator import _clone_export_output_with_tensors
25
from tensorflow.python.
tpu
.tpu_estimator import _create_global_step
26
from tensorflow.python.
tpu
.tpu_estimator import _export_output_to_tensors
27
from tensorflow.python.
tpu
.tpu_estimator import _get_scaffold
28
from tensorflow.python.
tpu
.tpu_estimator import _Inputs
29
from tensorflow.python.
tpu
.tpu_estimator import _ITERATIONS_PER_LOOP_VAR
30
from tensorflow.python.
tpu
.tpu_estimator import _TPU_ENQUEUE_OPS
31
from tensorflow.python.
tpu
.tpu_estimator import _TPU_ESTIMATOR
32
from tensorflow.python.
tpu
.tpu_estimator import _TPU_TRAIN_O
[
all
...]
feature_column.py
22
from tensorflow.python.
tpu
.feature_column import *
24
from tensorflow.python.
tpu
.feature_column import _is_running_on_cpu
25
from tensorflow.python.
tpu
.feature_column import _record_variable_scope_and_name
26
from tensorflow.python.
tpu
.feature_column import _TPU_FC_TO_SCOPE
27
from tensorflow.python.
tpu
.feature_column import _TPUBaseEmbeddingColumn
28
from tensorflow.python.
tpu
.feature_column import _TPUEmbeddingColumn
29
from tensorflow.python.
tpu
.feature_column import _TPUSharedEmbeddingColumn
tpu_feed.py
22
from tensorflow.python.
tpu
.tpu_feed import *
24
from tensorflow.python.
tpu
.tpu_feed import _PartitionedInfeedQueue
tpu_system_metadata.py
22
from tensorflow.python.
tpu
.tpu_system_metadata import *
24
from tensorflow.python.
tpu
.tpu_system_metadata import _query_tpu_system_metadata
__init__.py
22
from tensorflow.python.
tpu
import *
_tpu_estimator_embedding.py
22
from tensorflow.python.
tpu
._tpu_estimator_embedding import *
async_checkpoint.py
22
from tensorflow.python.
tpu
.async_checkpoint import *
bfloat16.py
22
from tensorflow.python.
tpu
.bfloat16 import *
datasets.py
22
from tensorflow.python.
tpu
.datasets import *
device_assignment.py
22
from tensorflow.python.
tpu
.device_assignment import *
error_handling.py
22
from tensorflow.python.
tpu
.error_handling import *
functional.py
22
from tensorflow.python.
tpu
.functional import *
session_support.py
22
from tensorflow.python.
tpu
.session_support import *
tensor_tracer.py
22
from tensorflow.python.
tpu
.tensor_tracer import *
topology.py
22
from tensorflow.python.
tpu
.topology import *
tpu_config.py
22
from tensorflow.python.
tpu
.tpu_config import *
tpu_context.py
22
from tensorflow.python.
tpu
.tpu_context import *
tpu_embedding.py
22
from tensorflow.python.
tpu
.tpu_embedding import *
tpu_embedding_gradient.py
22
from tensorflow.python.
tpu
.tpu_embedding_gradient import *
/external/tensorflow/tensorflow/core/tpu/
tpu_embedding_output_layout_utils.h
21
#include "tensorflow/core/protobuf/
tpu
/tpu_embedding_configuration.pb.h"
24
namespace
tpu
{
namespace in namespace:tensorflow
35
} // namespace
tpu
/external/tensorflow/tensorflow/contrib/tpu/python/ops/
tpu_ops.py
22
from tensorflow.python.
tpu
.ops.tpu_ops import *
tpu_ordinal_selector_op.py
22
from tensorflow.python.
tpu
.ops.tpu_ordinal_selector_op import *
/external/tensorflow/tensorflow/contrib/tpu/python/profiler/
__init__.py
22
from tensorflow.python.
tpu
.profiler import *
Completed in 443 milliseconds
1
2
3
4