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

  /external/perfetto/src/tracing/test/
mock_consumer.cc 35 auto checkpoint_name = "on_consumer_disconnect_" + std::to_string(i++); local
36 auto on_disconnect = task_runner_->CreateCheckpoint(checkpoint_name);
39 task_runner_->RunUntilCheckpoint(checkpoint_name);
45 auto checkpoint_name = "on_consumer_connect_" + std::to_string(i++); local
46 auto on_connect = task_runner_->CreateCheckpoint(checkpoint_name);
48 task_runner_->RunUntilCheckpoint(checkpoint_name);
74 auto checkpoint_name = "on_tracing_disabled_consumer_" + std::to_string(i++); local
75 auto on_tracing_disabled = task_runner_->CreateCheckpoint(checkpoint_name);
77 task_runner_->RunUntilCheckpoint(checkpoint_name, timeout_ms);
82 auto checkpoint_name = "on_consumer_flush_" + std::to_string(i++) local
103 std::string checkpoint_name = "on_read_buffers_" + std::to_string(i++); local
128 auto checkpoint_name = "on_trace_stats_" + std::to_string(i++); local
152 std::string checkpoint_name = "on_observable_events_" + std::to_string(i++); local
    [all...]
mock_producer.cc 39 auto checkpoint_name = "on_producer_disconnect_" + std::to_string(i++); local
40 auto on_disconnect = task_runner_->CreateCheckpoint(checkpoint_name);
43 task_runner_->RunUntilCheckpoint(checkpoint_name);
54 auto checkpoint_name = "on_producer_connect_" + producer_name; local
55 auto on_connect = task_runner_->CreateCheckpoint(checkpoint_name);
57 task_runner_->RunUntilCheckpoint(checkpoint_name);
87 auto checkpoint_name = local
89 auto on_tracing_enabled = task_runner_->CreateCheckpoint(checkpoint_name);
91 task_runner_->RunUntilCheckpoint(checkpoint_name);
96 auto checkpoint_name = "on_ds_setup_" + name + "_" + std::to_string(i++) local
115 auto checkpoint_name = "on_ds_start_" + name + "_" + std::to_string(i++); local
137 auto checkpoint_name = "on_ds_stop_" + name + "_" + std::to_string(i++); local
    [all...]
tracing_integration_test.cc 187 auto checkpoint_name = "writers_changed_" + std::to_string(producer_id) + local
189 auto writers_changed = task_runner_->CreateCheckpoint(checkpoint_name);
200 task_runner_->RunUntilCheckpoint(checkpoint_name);
  /external/tensorflow/tensorflow/contrib/eager/python/
network.py 666 checkpoint_name = delayed_restoration.map_func(name)
667 if (checkpoint_name
672 checkpoint_name])
687 checkpoint_name] = None
693 checkpoint_name, variable) is not variable:
699 mapped_name=checkpoint_name,
701 checkpoint_name],
708 mapped_name=checkpoint_name,
710 checkpoint_name],
    [all...]
  /external/perfetto/test/
test_helper.cc 138 std::string checkpoint_name = "flush." + std::to_string(flush_num++); local
139 auto checkpoint = CreateCheckpoint(checkpoint_name);
141 RunUntilCheckpoint(checkpoint_name, timeout_ms + 1000);
  /external/perfetto/test/cts/
heapprofd_test_cts.cc 80 const std::string& checkpoint_name,
88 const auto checkpoint = task_runner->CreateCheckpoint(checkpoint_name);
98 const std::string& checkpoint_name,
105 auto checkpoint = task_runner->CreateCheckpoint(checkpoint_name);
  /external/perfetto/src/tracing/core/
startup_trace_writer_unittest.cc 315 auto checkpoint_name = "all_bound"; local
316 auto all_bound = task_runner_->CreateCheckpoint(checkpoint_name);
326 task_runner_->RunUntilCheckpoint(checkpoint_name);
tracing_service_impl_unittest.cc 151 auto checkpoint_name = "wait_snapshot_" + std::to_string(attempt++); local
152 auto timer_expired = task_runner.CreateCheckpoint(checkpoint_name);
154 task_runner.RunUntilCheckpoint(checkpoint_name);
160 auto checkpoint_name = "writers_changed_" + std::to_string(producer_id) + local
162 auto writers_changed = task_runner.CreateCheckpoint(checkpoint_name);
173 task_runner.RunUntilCheckpoint(checkpoint_name);
657 auto checkpoint_name = "on_tracing_disabled_consumer_1_and_2"; local
658 auto on_tracing_disabled = task_runner.CreateCheckpoint(checkpoint_name);
674 task_runner.RunUntilCheckpoint(checkpoint_name, 1000);
    [all...]
  /external/perfetto/src/ipc/
client_impl_unittest.cc 439 auto checkpoint_name = "on_connect_or_disconnect" + std::to_string(i); local
440 auto closure = task_runner_->CreateCheckpoint(checkpoint_name);
448 task_runner_->RunUntilCheckpoint(checkpoint_name);
  /external/tensorflow/tensorflow/python/training/tracking/
graph_view.py 122 checkpoint_name = naming_scheme(
125 object_names[slot_variable] = checkpoint_name
  /external/tensorflow/tensorflow/python/tpu/
tensor_tracer.py 124 def tensor_tracepoint(tensor, checkpoint_name):
132 checkpoint_name: a string name for the checkpoint. This name has to be a
141 (tensor, checkpoint_name))
145 def keras_layer_tracepoint(layer, checkpoint_name):
152 checkpoint_name: a string name for the checkpoint. This name has to be a
162 tensor_tracepoint(outputs, '%s' % (checkpoint_name))
167 tensor_tracepoint(output_tensor, '%s_%d' % (checkpoint_name, idx))
    [all...]
  /external/autotest/client/bin/
job.py     [all...]

Completed in 755 milliseconds