Home
last modified time | relevance | path

Searched defs:DynamicSlice (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddynamic_index_splitter_test.cc32 TEST_F(DynamicIndexSplitterTest, DynamicSlice) { in TEST_F() argument
H A Dhlo_cost_analysis_test.cc1095 TEST_F(HloCostAnalysisTest, DynamicSlice) { in TEST_F() argument
H A Dhlo_evaluator_test.cc3040 TEST_P(HloEvaluatorBf16Test, DynamicSlice) { in TEST_P() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md1110 ## DynamicSlice section in Operation Semantics
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dgather_operation_test.cc223 XLA_TEST_F(GatherOperationTest, DynamicSlice) { in XLA_TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc1061 XlaOp XlaBuilder::DynamicSlice(XlaOp operand, in DynamicSlice() function in xla::XlaBuilder
4123 XlaOp DynamicSlice(const XlaOp operand, absl::Span<const XlaOp> start_indices, in DynamicSlice() function