HomeSort by relevance Sort by last modified time
    Searched refs:build_graph (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/testing/
generate_examples.py 273 def build_graph(parameters): function in function:make_control_dep_tests
288 make_zip_of_tests(zip_path, test_parameters, build_graph, build_inputs,
526 def build_graph(parameters): function in function:make_pool_tests.f
542 make_zip_of_tests(zip_path, test_parameters, build_graph, build_inputs)
555 def build_graph(parameters): function in function:make_relu_tests
567 make_zip_of_tests(zip_path, test_parameters, build_graph, build_inputs)
579 def build_graph(parameters): function in function:make_relu1_tests
593 make_zip_of_tests(zip_path, test_parameters, build_graph, build_inputs)
605 def build_graph(parameters): function in function:make_relu6_tests
617 make_zip_of_tests(zip_path, test_parameters, build_graph, build_inputs
630 def build_graph(parameters): function in function:make_constant_tests
667 def build_graph(parameters): function in function:make_binary_op_tests
723 def build_graph(parameters): function in function:make_mean_tests
766 def build_graph(parameters): function in function:make_exp_tests
806 def build_graph(parameters): function in function:make_gather_tests
841 def build_graph(parameters): function in function:make_global_batch_norm_tests
879 def build_graph(parameters): function in function:make_fused_batch_norm_tests
930 def build_graph(parameters): function in function:make_conv_tests
999 def build_graph(parameters): function in function:make_depthwiseconv_tests
1045 def build_graph(parameters): function in function:make_split_tests
1078 def build_graph(parameters): function in function:make_concatenation_tests
1122 def build_graph(parameters): function in function:make_fully_connected_tests
1165 def build_graph(parameters): function in function:make_l2norm_tests
1196 def build_graph(parameters): function in function:make_local_response_norm_tests
1235 def build_graph(parameters): function in function:make_pad_tests
1275 def build_graph(parameters): function in function:make_reshape_tests
1300 def build_graph(parameters): function in function:make_resize_bilinear_tests
1324 def build_graph(parameters): function in function:make_sigmoid_tests
1352 def build_graph(parameters): function in function:make_softmax_tests
1376 def build_graph(parameters): function in function:make_space_to_depth_tests
1423 def build_graph(parameters): function in function:make_space_to_batch_nd_tests
1486 def build_graph(parameters): function in function:make_batch_to_space_nd_tests
1547 def build_graph(parameters): function in function:make_transpose_tests
1597 def build_graph(parameters): function in function:make_squeeze_tests
1673 def build_graph(parameters): function in function:make_strided_slice_tests
1748 def build_graph(parameters): function in function:make_topk_tests
    [all...]
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_memory.md 71 seq2seq_attention.py:128:_Train:model.build_graph() (0B/74148.60MB)
72 seq2seq_attention_model.py:363:build_graph:self._add_train_o... (0B/48931.86MB)
78 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq() (0B/25216.74MB)
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)
advise.md 46 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq(), cpu: 3.16sec, accelerator: 214.84ms, total: 3.37sec
  /external/tensorflow/tensorflow/python/ops/
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,
conv2d_benchmark.py 34 def build_graph(device, input_shape, filter_shape, strides, padding, dtype, function
106 warmup_outputs, outputs = build_graph(device, input_shape, filter_shape,
split_benchmark.py 34 def build_graph(device, input_shape, output_sizes, axis): function
91 outputs = build_graph(device, input_shape, sizes, axis)
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)
matmul_benchmark.py 35 def build_graph(device, n, m, k, transpose_a, transpose_b, dtype): function
86 output = build_graph(device, n, m, k, transpose_a, transpose_b, dtype)
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,
matmul_benchmark_test.py 74 matmul_benchmark.build_graph(googletest.gpu_device_name(), n, m, k,
  /external/tensorflow/tensorflow/compiler/aot/tests/
make_test_graphs.py 128 def write_graph(build_graph, out_dir):
129 """Build a graph using build_graph and write it out."""
132 build_graph(out_dir)
133 filename = os.path.join(out_dir, 'test_graph_%s.pb' % build_graph.__name__)
  /external/v8/tools/clang/blink_gc_plugin/
process-graph.py 166 build_graph(f)
168 def build_graph(filename): function
434 build_graph(f.strip())
447 build_graph(f)
  /external/adhd/scripts/audio_tuning/frontend/
audio.js 191 function build_graph() { function
343 build_graph();
977 build_graph();
982 build_graph();
987 build_graph();
992 build_graph();
    [all...]

Completed in 918 milliseconds