Home
last modified time | relevance | path

Searched refs:build_graph (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py300 def build_graph(parameters): function
320 build_graph,
624 def build_graph(parameters): function
643 build_graph,
671 def build_graph(parameters): function
683 make_zip_of_tests(zip_path, test_parameters, build_graph, build_inputs)
695 def build_graph(parameters): function
710 make_zip_of_tests(zip_path, test_parameters, build_graph, build_inputs)
721 def build_graph(parameters): function
733 make_zip_of_tests(zip_path, test_parameters, build_graph, build_inputs)
[all …]
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_time.md55 seq2seq_attention.py:128:_Train:model.build_graph() (0us/3.74sec)
56 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq() (0us/2.79sec)
63 seq2seq_attention_model.py:363:build_graph:self._add_train_o... (0us/949.10ms)
67 seq2seq_attention_model.py:364:build_graph:self._summaries =... (0us/13us)
68 seq2seq_attention_model.py:361:build_graph:self.global_step ... (0us/12us)
78 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq() (0us/2.79sec)
86 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq() (0us/2.79sec)
Dprofile_memory.md68 seq2seq_attention.py:128:_Train:model.build_graph() (0B/74148.60MB)
69 seq2seq_attention_model.py:363:build_graph:self._add_train_o... (0B/48931.86MB)
75 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq() (0B/25216.74MB)
Dadvise.md46 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq(), cpu: 3.16sec, accelerator: 214.84ms…
/external/tensorflow/tensorflow/python/kernel_tests/
Dcond_v2_test.py285 def build_graph(): function
306 x, y, pred, true_fn, false_fn = build_graph()
318 def build_graph(): function
332 x, y, pred, true_fn, false_fn = build_graph()
344 def build_graph(): function
378 x, y, pred1, pred2, true_fn, false_fn = build_graph()
383 x, y, pred1, pred2, true_fn, false_fn = build_graph()
388 x, y, pred1, pred2, true_fn, false_fn = build_graph()
401 def build_graph(): function
434 grads, pred_outer, pred_inner = build_graph()
[all …]
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dconv2d_test.py68 def build_graph(input_dims, function
97 g = build_graph(
122 g = build_graph(
/external/tensorflow/tensorflow/python/ops/
Dsplit_benchmark.py34 def build_graph(device, input_shape, output_sizes, axis): function
91 outputs = build_graph(device, input_shape, sizes, axis)
Dconcat_benchmark.py35 def build_graph(device, input_shape, variable, num_inputs, axis, grad): function
99 outputs = build_graph(device, input_shape, variable, num_inputs, axis,
Dtranspose_benchmark.py34 def build_graph(device, input_shape, perm, datatype, num_iters): function
80 outputs = build_graph(device, input_shape, perm, datatype, num_iters)
Dmatmul_benchmark.py35 def build_graph(device, n, m, k, transpose_a, transpose_b, dtype): function
90 output = build_graph(device, n, m, k, transpose_a, transpose_b, dtype)
Dconv2d_benchmark.py44 def build_graph(device, dtype, data_format, input_shape, filter_shape, strides, function
121 warmup_outputs, outputs = build_graph(device, dtype, data_format,
Dbatch_norm_benchmark.py68 def build_graph(device, input_shape, axes, num_layers, mode, scale, train): function
145 outputs = build_graph(device, input_shape, axes, num_layers, mode, scale,
Dmatmul_benchmark_test.py74 matmul_benchmark.build_graph(googletest.gpu_device_name(), n, m, k,
/external/v8/tools/clang/blink_gc_plugin/
Dprocess-graph.py166 build_graph(f)
168 def build_graph(filename): function
434 build_graph(f.strip())
447 build_graph(f)
/external/tensorflow/tensorflow/compiler/aot/tests/
Dmake_test_graphs.py171 def write_graph(build_graph, out_dir): argument
175 build_graph(out_dir)
176 filename = os.path.join(out_dir, 'test_graph_%s.pb' % build_graph.__name__)
/external/adhd/scripts/audio_tuning/frontend/
Daudio.js191 function build_graph() { function
343 build_graph();
977 build_graph();
982 build_graph();
987 build_graph();
992 build_graph();
/external/tensorflow/tensorflow/core/profiler/
DREADME.md180 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq(), cpu: 3.16sec, accelerator: 214.84ms…
199 seq2seq_attention_model.py:363:build_graph:self._add_train_o..., cpu: 1.28sec, accelerator: 462.93m…
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py548 build_graph = tf_utils.are_all_symbolic_tensors(input_list)
550 if build_graph:
579 if build_graph: