Home
last modified time | relevance | path

Searched refs:eager (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py95 from tensorflow.contrib.eager.python import metrics
96 from tensorflow.contrib.eager.python.datasets import Iterator
97 from tensorflow.contrib.eager.python.network import Network
98 from tensorflow.contrib.eager.python.network import Sequential
99 from tensorflow.contrib.eager.python.network import save_network_checkpoint
100 from tensorflow.contrib.eager.python.network import restore_network_checkpoint
101 from tensorflow.contrib.eager.python.saver import get_optimizer_variables
102 from tensorflow.contrib.eager.python.saver import restore_variables_on_create
103 from tensorflow.contrib.eager.python.saver import Saver
104 from tensorflow.python.eager import backprop
[all …]
DBUILD28 "//tensorflow/python/eager:backprop",
29 "//tensorflow/python/eager:context",
30 "//tensorflow/python/eager:def_function",
31 "//tensorflow/python/eager:execution_callbacks",
32 "//tensorflow/python/eager:function",
33 "//tensorflow/python/eager:remote",
65 "//tensorflow/python/eager:context",
84 "//tensorflow/python/eager:test",
98 "//tensorflow/python/eager:context",
110 "//tensorflow/python/eager:context",
[all …]
/external/tensorflow/tensorflow/c/eager/
DBUILD1 # Experimental extensions to the C API for eager execution of kernels.
39 "//tensorflow/core/common_runtime/eager:attr_builder",
40 "//tensorflow/core/common_runtime/eager:context",
41 "//tensorflow/core/common_runtime/eager:eager_executor",
42 "//tensorflow/core/common_runtime/eager:execute",
43 "//tensorflow/core/common_runtime/eager:kernel_and_device",
44 "//tensorflow/core/common_runtime/eager:tensor_handle",
45 "//tensorflow/core/common_runtime/eager:copy_to_device_node",
62 "//tensorflow/core/common_runtime/eager:eager_operation",
63 "//tensorflow/core/distributed_runtime/eager:eager_client",
[all …]
/external/tensorflow/tensorflow/contrib/eager/python/examples/
DBUILD9 "//tensorflow/contrib/eager/python/examples/densenet:densenet_lib",
10 "//tensorflow/contrib/eager/python/examples/gan:mnist_lib",
11 "//tensorflow/contrib/eager/python/examples/l2hmc",
12 "//tensorflow/contrib/eager/python/examples/l2hmc:neural_nets",
13 "//tensorflow/contrib/eager/python/examples/linear_regression:linear_regression_lib",
14 "//tensorflow/contrib/eager/python/examples/resnet50",
15 "//tensorflow/contrib/eager/python/examples/revnet",
16 "//tensorflow/contrib/eager/python/examples/revnet:config",
17 "//tensorflow/contrib/eager/python/examples/rnn_colorbot:rnn_colorbot_lib",
18 "//tensorflow/contrib/eager/python/examples/rnn_ptb:rnn_ptb_lib",
[all …]
/external/tensorflow/tensorflow/contrib/distribute/python/
DBUILD47 "//tensorflow/python/eager:context",
48 "//tensorflow/python/eager:test",
66 "//tensorflow/python/eager:context",
67 "//tensorflow/python/eager:test",
118 "//tensorflow/python/eager:context",
141 "//tensorflow/python/eager:test",
178 "//tensorflow/python/eager:backprop",
179 "//tensorflow/python/eager:context",
180 "//tensorflow/python/eager:test",
200 "//tensorflow/python/eager:context",
[all …]
/external/tensorflow/tensorflow/contrib/eager/python/g3doc/
Dguide.md7 A user guide is available: https://www.tensorflow.org/guide/eager
8 ([source file](../../../../docs_src/guide/eager.md))
10 …lcome feedback through [GitHub issues](https://github.com/tensorflow/tensorflow/labels/comp:eager).
14 - [Linear Regression](https://www.tensorflow.org/code/tensorflow/contrib/eager/python/examples/line…
15 - [MNIST handwritten digit classifier](https://www.tensorflow.org/code/tensorflow/contrib/eager/pyt…
16 - [ResNet50 image classification](https://www.tensorflow.org/code/tensorflow/contrib/eager/python/e…
17 - [RNN to generate colors](https://www.tensorflow.org/code/tensorflow/contrib/eager/python/examples…
18 - [RNN language model](https://www.tensorflow.org/code/tensorflow/contrib/eager/python/examples/rnn…
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_core_eager_runtime.cmake19 "${tensorflow_source_dir}/tensorflow/core/common_runtime/eager/*.cc"
20 "${tensorflow_source_dir}/tensorflow/core/common_runtime/eager/*.h"
24 "${tensorflow_source_dir}/tensorflow/core/common_runtime/eager/*test*.h"
25 "${tensorflow_source_dir}/tensorflow/core/common_runtime/eager/*test*.cc"
38 "${tensorflow_source_dir}/tensorflow/c/eager/*.cc"
39 "${tensorflow_source_dir}/tensorflow/c/eager/*.h"
43 "${tensorflow_source_dir}/tensorflow/c/eager/*test*.h"
44 "${tensorflow_source_dir}/tensorflow/c/eager/*test*.cc"
Dtf_c.cmake23 "${tensorflow_source_dir}/tensorflow/c/eager/c_api.cc"
24 "${tensorflow_source_dir}/tensorflow/c/eager/c_api.h"
25 "${tensorflow_source_dir}/tensorflow/c/eager/c_api_debug.cc"
26 "${tensorflow_source_dir}/tensorflow/c/eager/tape.h"
/external/tensorflow/tensorflow/python/training/tracking/
DBUILD30 "//tensorflow/python/eager:context",
91 "//tensorflow/python/eager:context",
92 "//tensorflow/python/eager:test",
152 "//tensorflow/python/eager:context",
153 "//tensorflow/python/eager:def_function",
186 "//tensorflow/python/eager:backprop",
187 "//tensorflow/python/eager:context",
188 "//tensorflow/python/eager:def_function",
189 "//tensorflow/python/eager:test",
214 "//tensorflow/python/eager:backprop",
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
DBUILD39 "//tensorflow/core/common_runtime/eager:eager_executor",
40 "//tensorflow/core/common_runtime/eager:tensor_handle",
61 "//tensorflow/core/common_runtime/eager:context",
62 "//tensorflow/core/common_runtime/eager:eager_operation",
63 "//tensorflow/core/common_runtime/eager:execute",
64 "//tensorflow/core/common_runtime/eager:tensor_handle",
70 "//tensorflow/core/distributed_runtime/eager:remote_tensor_handle",
90 "//tensorflow/core/common_runtime/eager:tensor_handle",
/external/tensorflow/tensorflow/python/saved_model/
DBUILD276 "//tensorflow/python/eager:def_function",
277 "//tensorflow/python/eager:function",
309 "//tensorflow/python/eager:context",
310 "//tensorflow/python/eager:def_function",
311 "//tensorflow/python/eager:function",
330 "//tensorflow/python/eager:def_function",
331 "//tensorflow/python/eager:test",
376 "//tensorflow/python/eager:wrap_function",
392 "//tensorflow/python/eager:def_function",
393 "//tensorflow/python/eager:test",
[all …]
/external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
DREADME.md1 # SPINN: Dynamic neural network with TensorFlow eager execution
4 [spinn.py model in third_party/examples/eager/spinn/](../../../../../../third_party/examples/eager/…
11 See the [README.md in third_party/examples/eager/spinn/](../../../../../../third_party/examples/eag…
/external/tensorflow/tensorflow/contrib/eager/
DREADME.md4 [NumPy](http://www.numpy.org)). When you enable eager execution, TensorFlow
40 For eager execution, we recommend using TensorFlow version 1.8 or newer.
45 For an introduction to eager execution in TensorFlow, see:
47 …https://www.tensorflow.org/guide/eager) ([source](https://github.com/tensorflow/docs/blob/master/s…
48 - Notebook: [Basic Usage](https://github.com/tensorflow/docs/blob/master/site/en/tutorials/eager/ea…
49 …nt tape](https://github.com/tensorflow/docs/blob/master/site/en/tutorials/eager/automatic_differen…
/external/tensorflow/tensorflow/python/eager/
DBUILD28 "//tensorflow/c/eager:c_api",
29 "//tensorflow/c/eager:c_api_experimental",
30 "//tensorflow/c/eager:c_api_internal",
31 "//tensorflow/c/eager:tape",
348 "//tensorflow/python/eager:execute",
366 "//tensorflow/python/eager:context",
367 "//tensorflow/python/eager:core",
368 "//tensorflow/python/eager:execute",
369 "//tensorflow/python/eager:tape",
392 "//tensorflow/python/eager:context",
[all …]
/external/tensorflow/tensorflow/contrib/eager/python/examples/gan/
DREADME.md1 # GAN with TensorFlow eager execution
3 A simple Generative Adversarial Network (GAN) example using eager execution.
7 Other eager execution examples can be found under the parent directory.
12 - `mnist_test.py`: Benchmarks for training and using the models using eager
22 or `tf-nightly-gpu` pip package in order to access the eager execution feature.
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
DBUILD72 "//tensorflow/python/eager:context",
92 "//tensorflow/python/eager:context",
112 "//tensorflow/python/eager:context",
132 "//tensorflow/python/eager:context",
152 "//tensorflow/python/eager:context",
172 "//tensorflow/python/eager:context",
192 "//tensorflow/python/eager:context",
220 "//tensorflow/python/eager:def_function",
247 "//tensorflow/python/eager:def_function",
/external/tensorflow/tensorflow/python/distribute/
DBUILD62 "//tensorflow/python/eager:context",
93 "//tensorflow/python/eager:context",
243 "//tensorflow/python/eager:context",
244 "//tensorflow/python/eager:tape",
267 "//tensorflow/python/eager:context",
285 "//tensorflow/python/eager:context",
308 "//tensorflow/python/eager:context",
334 "//tensorflow/python/eager:context",
348 "//tensorflow/python/eager:test",
363 "//tensorflow/python/eager:context",
[all …]
/external/tensorflow/tensorflow/python/framework/
Drandom_seed.py23 from tensorflow.python.eager import context
57 eager = context.executing_eagerly()
59 if eager:
69 if eager:
/external/tensorflow/tensorflow/python/ops/
Dscript_ops.py32 from tensorflow.python.eager import backprop
33 from tensorflow.python.eager import context
240 eager=False, argument
251 if eager:
276 if eager:
305 eager=True,
389 return _internal_py_func(func=func, inp=inp, Tout=Tout, eager=True, name=name)
472 func=func, inp=inp, Tout=Tout, stateful=stateful, eager=False, name=name)
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/
DREADME.md1 # L2HMC with TensorFlow eager execution
3 …ased implementation by the authors. The presented implementation runs in both eager and graph mode.
4 With eager execution enabled, longer sample chains can be handled compared to graph mode, since no …
16 …t tests and benchmarks for training a sampler on the energy functions in both eager and graph mode.
35 Currently, some models may experience increased overhead with eager execution enabled.
/external/brotli/java/org/brotli/wrapper/dec/
DDecoder.java24 boolean eager; field in Decoder
53 public void setEager(boolean eager) { in setEager() argument
54 this.eager = eager; in setEager()
82 if (eager && decoder.hasOutput()) { in decode()
/external/tensorflow/tensorflow/tools/ci_build/windows/
Dlibtensorflow_gpu.sh59 mkdir -p ${DIR}/include/tensorflow/c/eager
64 cp tensorflow/c/eager/c_api.h ${DIR}/include/tensorflow/c/eager
70 include/tensorflow/c/eager/c_api.h \
Dlibtensorflow_cpu.sh59 mkdir -p ${DIR}/include/tensorflow/c/eager
64 cp tensorflow/c/eager/c_api.h ${DIR}/include/tensorflow/c/eager
70 include/tensorflow/c/eager/c_api.h \
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
DREADME.md8 eager execution enabled.
17 # Using eager execution
28 # Using eager execution
38 for eager and graph execution of this particular model when using
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
DBUILD21 "//tensorflow/contrib/eager/python:tfe",
22 "//tensorflow/python/eager:context",
32 "//tensorflow/contrib/eager/python:tfe",

12345678910>>...26