Home
last modified time | relevance | path

Searched defs:hlo_text (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis_test.cc25 void AssertArrayForRootExpressionIs(const string& hlo_text, in AssertArrayForRootExpressionIs()
32 const string& hlo_text, const string& root_expression) { in AssertArrayWithConstantsForRootExpressionIs()
59 void AssertArrayForRootExpressionIsImpl(const string& hlo_text, in AssertArrayForRootExpressionIsImpl()
77 string hlo_text = R"( in TEST_F() local
97 string hlo_text = R"( in TEST_F() local
117 string hlo_text = R"( in TEST_F() local
136 string hlo_text = R"( in TEST_F() local
155 string hlo_text = R"( in TEST_F() local
174 string hlo_text = R"( in TEST_F() local
193 string hlo_text = R"( in TEST_F() local
[all …]
Dbatch_dot_simplification_test.cc30 const string hlo_text = R"( in TEST_F() local
54 const string hlo_text = R"( in TEST_F() local
78 const string hlo_text = R"( in TEST_F() local
102 const string hlo_text = R"( in TEST_F() local
126 const string hlo_text = R"( in TEST_F() local
150 const string hlo_text = R"( in TEST_F() local
174 const char* hlo_text = R"( in TEST_F() local
195 const char* hlo_text = R"( in TEST_F() local
Delemental_ir_emitter_test.cc31 void RunTest(const string& hlo_text, absl::Span<Literal* const> args) { in RunTest()
41 const string hlo_text = R"( in XLA_TEST_F() local
65 const char* hlo_text = R"( in XLA_TEST_F() local
Dgather_expander_test.cc24 const string hlo_text = R"( in TEST() local
51 const string hlo_text = R"( in TEST() local
109 const string hlo_text = R"( in TEST() local
Dhlo_evaluator_test.cc2089 const char* hlo_text = R"( in TEST_F() local
2113 const char* hlo_text = R"( in TEST_F() local
2137 const char* hlo_text = R"( in TEST_F() local
2163 const char* hlo_text = R"( in TEST_F() local
2190 const char* hlo_text = R"( in TEST_F() local
2216 const char* hlo_text = R"( in TEST_F() local
2240 const char* hlo_text = R"( in TEST_F() local
2264 const char* hlo_text = R"( in TEST_F() local
2287 const string hlo_text = R"( in TEST_F() local
2312 const char* hlo_text = R"( in TEST_F() local
[all …]
Dtuple_points_to_analysis_test.cc1030 const char* hlo_text = R"( in TEST_F() local
Dbuffer_assignment_test.cc1799 const char* hlo_text = R"( in TEST_F() local
2326 const char* hlo_text = R"( in TEST_F() local
Dhlo_dataflow_analysis_test.cc2409 const char* hlo_text = R"( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dgather_operation_test.cc32 void RunTest(const string& hlo_text, Literal* operand, in RunTest()
37 void RunTest(const string& hlo_text, absl::Span<Literal* const> args) { in RunTest()
47 const string hlo_text = R"( in XLA_TEST_F() local
68 const string hlo_text = R"( in XLA_TEST_F() local
89 const string hlo_text = R"( in XLA_TEST_F() local
110 const string hlo_text = R"( in XLA_TEST_F() local
132 const string hlo_text = R"( in XLA_TEST_F() local
154 const string hlo_text = R"( in XLA_TEST_F() local
177 const string hlo_text = R"( in XLA_TEST_F() local
200 const char* hlo_text = R"( in XLA_TEST_F() local
[all …]
Dscatter_test.cc30 void RunTest(const string& hlo_text, Literal* operand, in RunTest()
35 void RunTest(const string& hlo_text, absl::Span<Literal* const> args) { in RunTest()
45 const string hlo_text = R"( in XLA_TEST_F() local
73 const string hlo_text = R"( in XLA_TEST_F() local
104 const char* hlo_text = R"( in XLA_TEST_F() local
133 const char* hlo_text = R"( in XLA_TEST_F() local
169 const char* hlo_text = R"( in XLA_TEST_F() local
200 const string hlo_text = R"( in XLA_TEST_F() local
229 const string hlo_text = R"( in XLA_TEST_F() local
258 const string hlo_text = R"( in XLA_TEST_F() local
[all …]
Dllvm_irgen_test_base.cc63 void LlvmIrGenTestBase::CompileAndVerifyIr(const string& hlo_text, in CompileAndVerifyIr()
Dconv_depthwise_test.cc215 const string hlo_text = in XLA_TEST_P() local
Dconv_depthwise_backprop_filter_test.cc158 const string hlo_text = in XLA_TEST_P() local
Dgrouped_convolution_test.cc227 const string hlo_text = BuildHloTextGroupedConvolution2D(spec, use_bfloat16); in XLA_TEST_P() local
Dhlo_test_base.cc147 HloTestBase::ParseAndReturnVerifiedModule(absl::string_view hlo_text, in ParseAndReturnVerifiedModule()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_outfeed_test.cc26 const string hlo_text = R"( in TEST_F() local
57 const string hlo_text = R"( in TEST_F() local
Dcpu_literal_caching_test.cc28 const string hlo_text = R"( in TEST_F() local
78 const string hlo_text = R"( in TEST_F() local
Dcpu_key_value_sort_test.cc26 const string hlo_text = R"( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_fusion_test.cc31 const char* hlo_text = R"( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment_test.cc340 const char* hlo_text = R"( in TEST_F() local
369 const char* hlo_text = R"( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc70 string hlo_text; member