Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_index_splitter_test.cc32 TEST_F(DynamicIndexSplitterTest, DynamicSlice) { in TEST_F() argument
Dhlo_cost_analysis_test.cc925 TEST_F(HloCostAnalysisTest, DynamicSlice) { in TEST_F() argument
Dhlo_evaluator_test.cc3002 TEST_P(HloEvaluatorBf16Test, DynamicSlice) { in TEST_P() argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1076 ## DynamicSlice section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/tests/
Dgather_operation_test.cc223 XLA_TEST_F(GatherOperationTest, DynamicSlice) { in XLA_TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc994 XlaOp XlaBuilder::DynamicSlice(XlaOp operand, in DynamicSlice() function in xla::XlaBuilder
4167 XlaOp DynamicSlice(const XlaOp operand, absl::Span<const XlaOp> start_indices, in DynamicSlice() function