Home
last modified time | relevance | path

Searched refs:pipeline_name (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_pass_pipeline.cc37 const std::string& pipeline_name) { in RecordPassStartMetadata() argument
41 TF_CHECK_OK(module.metadata()->set_current_pass_pipeline_name(pipeline_name)); in RecordPassStartMetadata()
46 const std::string& pipeline_name) { in RecordPassStartMetadata() argument
48 RecordPassStartMetadata(*module, pass_name, pipeline_name); in RecordPassStartMetadata()
148 std::string pipeline_name = std::string(name()); in RunPassesInternal() local
152 RecordPassStartMetadata(*hlo, std::string(kPipelineStart), pipeline_name); in RunPassesInternal()
172 RecordPassStartMetadata(*hlo, pass_name, pipeline_name); in RunPassesInternal()
Dhlo_module_metadata.h77 Status set_current_pass_pipeline_name(const std::string& pipeline_name) { in set_current_pass_pipeline_name() argument
79 [&pipeline_name](HloPassMetadata* pass_metadata) { in set_current_pass_pipeline_name()
80 pass_metadata->set_pipeline_name(pipeline_name); in set_current_pass_pipeline_name()
Dhlo_pass_pipeline_test.cc276 std::string pipeline_name = std::string(pipeline.name()); in TEST_F() local
287 EXPECT_THAT(pass_metadata.pipeline_name(), StrEq(pipeline_name)); in TEST_F()
Ddump.h81 absl::string_view pipeline_name, absl::string_view before_pass_name,
Ddump.cc446 string_view pipeline_name, string_view before_pass_name, in DumpHloModuleBetweenPassesIfEnabled() argument
462 StrFormat("%04d.%s.after_%s.before_%s", step_number, pipeline_name, in DumpHloModuleBetweenPassesIfEnabled()
Dhlo.proto566 // metadata for a particular pass, pass_name and pipeline_name would be more
570 string pipeline_name = 3; field
/external/deqp-deps/amber/src/
Dshader_compiler.cc69 const std::string pipeline_name = pipeline->GetName(); in Compile() local
70 if (pipeline_name != "") { in Compile()
71 key = pipeline_name + "-" + key; in Compile()
/external/deqp-deps/amber/docs/
Damber_script.md375 PIPELINE {pipeline_type} {pipeline_name}
380 DERIVE_PIPELINE {pipeline_name} FROM {parent_pipeline}
651 # Run the given |pipeline_name| which must be a `compute` pipeline. The
654 RUN {pipeline_name} _x_ _y_ _z_
658 # Run the given |pipeline_name| which must be a `graphics` pipeline. The
661 RUN {pipeline_name} \
667 # Run the given |pipeline_name| which must be a `graphics` pipeline. The
671 RUN {pipeline_name} \
678 # Run the |pipeline_name| which must be a `graphics` pipeline. The vertex
685 RUN {pipeline_name} DRAW_ARRAY AS {topology} \
[all …]