Home
last modified time | relevance | path

Searched refs:RunMetadataProto (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/runtime/
Deager_profiler.cc25 run_metadata_.MergeFrom(*context_->RunMetadataProto()); in BeforeClearRunMetadata()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc477 ctx->ShouldStoreStepStats() ? ctx->RunMetadataProto() : nullptr); in EagerLocalExecute()
486 maybe_step_stats = ctx->RunMetadataProto()->mutable_step_stats(); in EagerLocalExecute()
959 *ctx->RunMetadataProto()->add_partition_graphs() = graph; in EagerKernelExecute()
963 auto* function_graphs = ctx->RunMetadataProto()->add_function_graphs(); in EagerKernelExecute()
987 auto* step_stats = ctx->RunMetadataProto()->mutable_step_stats(); in EagerKernelExecute()
Dcontext.h189 RunMetadata* RunMetadataProto() { return &run_metadata_; } in RunMetadataProto() function
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc896 status->status = MessageToBuffer(*ctx->context.RunMetadataProto(), buf); in TFE_ContextExportRunMetadata()