Searched refs:RunMetadataProto (Results 1 – 4 of 4) sorted by relevance
25 run_metadata_.MergeFrom(*context_->RunMetadataProto()); in BeforeClearRunMetadata()
477 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()
189 RunMetadata* RunMetadataProto() { return &run_metadata_; } in RunMetadataProto() function
896 status->status = MessageToBuffer(*ctx->context.RunMetadataProto(), buf); in TFE_ContextExportRunMetadata()