/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples.py | 300 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/ |
D | profile_time.md | 55 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)
|
D | profile_memory.md | 68 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)
|
D | advise.md | 46 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq(), cpu: 3.16sec, accelerator: 214.84ms…
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cond_v2_test.py | 285 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/ |
D | conv2d_test.py | 68 def build_graph(input_dims, function 97 g = build_graph( 122 g = build_graph(
|
/external/tensorflow/tensorflow/python/ops/ |
D | split_benchmark.py | 34 def build_graph(device, input_shape, output_sizes, axis): function 91 outputs = build_graph(device, input_shape, sizes, axis)
|
D | concat_benchmark.py | 35 def build_graph(device, input_shape, variable, num_inputs, axis, grad): function 99 outputs = build_graph(device, input_shape, variable, num_inputs, axis,
|
D | transpose_benchmark.py | 34 def build_graph(device, input_shape, perm, datatype, num_iters): function 80 outputs = build_graph(device, input_shape, perm, datatype, num_iters)
|
D | matmul_benchmark.py | 35 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)
|
D | conv2d_benchmark.py | 44 def build_graph(device, dtype, data_format, input_shape, filter_shape, strides, function 121 warmup_outputs, outputs = build_graph(device, dtype, data_format,
|
D | batch_norm_benchmark.py | 68 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,
|
D | matmul_benchmark_test.py | 74 matmul_benchmark.build_graph(googletest.gpu_device_name(), n, m, k,
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | process-graph.py | 166 build_graph(f) 168 def build_graph(filename): function 434 build_graph(f.strip()) 447 build_graph(f)
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | make_test_graphs.py | 171 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/ |
D | audio.js | 191 function build_graph() { function 343 build_graph(); 977 build_graph(); 982 build_graph(); 987 build_graph(); 992 build_graph();
|
/external/tensorflow/tensorflow/core/profiler/ |
D | README.md | 180 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/ |
D | base_layer.py | 548 build_graph = tf_utils.are_all_symbolic_tensors(input_list) 550 if build_graph: 579 if build_graph:
|