OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable_step_stats
(Results
1 - 9
of
9
) sorted by null
/external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers_test.cc
105
run_graph_response->
mutable_step_stats
()->add_dev_stats()->set_device(
123
ASSERT_EQ(1, response->
mutable_step_stats
()->dev_stats_size());
124
EXPECT_EQ("/cpu:0", response->
mutable_step_stats
()->dev_stats(0).device());
139
*run_step_response->mutable_metadata()->
mutable_step_stats
() =
140
*run_graph_response->
mutable_step_stats
();
session_mgr.cc
154
labeled_step_stats->
mutable_step_stats
()->Swap(&step_stats);
167
labeled_step_stats->
mutable_step_stats
()->Swap(&step_stats);
message_wrappers.cc
557
StepStats* InMemoryRunGraphResponse::
mutable_step_stats
() {
function in class:tensorflow::InMemoryRunGraphResponse
625
StepStats* OwnedProtoRunGraphResponse::
mutable_step_stats
() {
function in class:tensorflow::OwnedProtoRunGraphResponse
626
return response_.
mutable_step_stats
();
696
StepStats* NonOwnedProtoRunGraphResponse::
mutable_step_stats
() {
function in class:tensorflow::NonOwnedProtoRunGraphResponse
697
return response_->
mutable_step_stats
();
message_wrappers.h
454
virtual StepStats*
mutable_step_stats
() = 0;
489
StepStats*
mutable_step_stats
() override;
522
StepStats*
mutable_step_stats
() override;
549
StepStats*
mutable_step_stats
() override;
worker.cc
152
collector = new StepStatsCollector(response->
mutable_step_stats
());
master_session.cc
647
pss->step_stats[i].Swap(run_graph_resp->
mutable_step_stats
());
776
resp->
mutable_step_stats
()->Swap(&step_stats_proto);
[
all
...]
/external/tensorflow/tensorflow/c/eager/
c_api.cc
[
all
...]
/external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.cc
[
all
...]
/external/tensorflow/tensorflow/core/common_runtime/
direct_session.cc
554
new StepStatsCollector(run_metadata->
mutable_step_stats
()));
[
all
...]
Completed in 4109 milliseconds