Home
last modified time | relevance | path

Searched refs:mutable_proto (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node_show.cc26 mutable_proto()->set_name(name()); in ReInit()
27 mutable_proto()->clear_devices(); in ReInit()
29 mutable_proto()->add_devices(node->canonical_device()); in ReInit()
31 mutable_proto()->set_run_count(node->run_count(step)); in ReInit()
32 mutable_proto()->set_exec_micros(node->exec_micros(step)); in ReInit()
33 mutable_proto()->set_accelerator_exec_micros( in ReInit()
35 mutable_proto()->set_cpu_exec_micros(node->cpu_exec_micros(step)); in ReInit()
37 mutable_proto()->set_requested_bytes(node->requested_bytes(step)); in ReInit()
38 mutable_proto()->set_peak_bytes(node->peak_bytes(step)); in ReInit()
39 mutable_proto()->set_residual_bytes(node->residual_bytes(step)); in ReInit()
[all …]
Dtfprof_node_show.h47 GraphNodeProto* mutable_proto();
93 MultiGraphNodeProto* mutable_proto();
Dtfprof_scope.cc101 Format(root->show_children, &root->formatted_str, root->mutable_proto()); in ShowInternal()
181 node->mutable_proto()->mutable_tensor_value()); in PrintScope()
Dtfprof_graph.cc110 Format(root->show_children, &root->formatted_str, root->mutable_proto()); in ShowInternal()
200 node->mutable_proto()->mutable_tensor_value()); in PrintGraph()
Dtfprof_op.cc183 auto* pre_pb = root_->mutable_proto(); in ShowInternal()
186 pre_pb->add_children()->Swap(show_node->mutable_proto()); in ShowInternal()
Dtfprof_code.cc510 root->mutable_proto(), &call_ids); in ShowInternal()
518 root->mutable_proto(), nullptr); in ShowInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_computation.h51 HloModuleProto* mutable_proto() { return &proto_; } in mutable_proto() function
Dxla_builder.cc558 HloModuleProto* module = computation.mutable_proto(); in Build()
3809 HloModuleProto* module = computation.mutable_proto(); in BuildConstantSubGraph()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_rpc_support.cc109 if (!header.mutable_proto()->ParseFromArray(executable.bytes, in SerializeCacheEntryToBufferSlices()