Home
last modified time | relevance | path

Searched refs:GetAliasedOutput (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Doptimize_input_output_buffer_alias_test.cc94 EXPECT_EQ(config_.GetAliasedOutput(0, {0}), ShapeIndex{0}); in TEST_F()
95 EXPECT_EQ(config_.GetAliasedOutput(0, {1}), ShapeIndex{1}); in TEST_F()
96 EXPECT_EQ(config_.GetAliasedOutput(0, {2}), ShapeIndex{2}); in TEST_F()
97 EXPECT_EQ(config_.GetAliasedOutput(0, {3}), ShapeIndex{3}); in TEST_F()
110 EXPECT_EQ(config_.GetAliasedOutput(0, {0}), ShapeIndex{0}); in TEST_F()
111 EXPECT_EQ(config_.GetAliasedOutput(0, {2}), ShapeIndex{1}); in TEST_F()
124 EXPECT_EQ(config_.GetAliasedOutput(0, {0}), ShapeIndex{3}); in TEST_F()
125 EXPECT_EQ(config_.GetAliasedOutput(0, {1}), ShapeIndex{2}); in TEST_F()
126 EXPECT_EQ(config_.GetAliasedOutput(0, {2}), ShapeIndex{1}); in TEST_F()
127 EXPECT_EQ(config_.GetAliasedOutput(0, {3}), ShapeIndex{0}); in TEST_F()
[all …]
Dhlo_input_output_alias_config_test.cc42 config.GetAliasedOutput(param_number, param_index); in expect_aliased()
59 config.GetAliasedOutput(param_number, param_index); in expect_not_aliased()
Dhlo_input_output_alias_config.h94 absl::optional<ShapeIndex> GetAliasedOutput(
Dhlo_input_output_alias_config.cc133 absl::optional<ShapeIndex> HloInputOutputAliasConfig::GetAliasedOutput( in GetAliasedOutput() function in xla::HloInputOutputAliasConfig
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc252 auto output_alias = input_output_alias.GetAliasedOutput( in CreateResultShapedBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc331 auto output_alias = input_output_alias.GetAliasedOutput( in ExecuteOnStream()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc972 auto alias_p0 = config.GetAliasedOutput(0, {}); in TEST_F()
976 auto alias_p1 = config.GetAliasedOutput(1, {}); in TEST_F()