Home
last modified time | relevance | path

Searched defs:DynamicSlice (Results 1 – 7 of 7) 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.cc818 TEST_F(HloCostAnalysisTest, DynamicSlice) { in TEST_F() argument
Dhlo_evaluator_test.cc2898 TEST_P(HloEvaluatorBf16Test, DynamicSlice) { in TEST_P() argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1025 ## DynamicSlice section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/tests/
Dgather_operation_test.cc198 XLA_TEST_F(GatherOperationTest, DynamicSlice) { in XLA_TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc878 XlaOp XlaBuilder::DynamicSlice(XlaOp operand, XlaOp start_indices, in DynamicSlice() function in xla::XlaBuilder
900 XlaOp XlaBuilder::DynamicSlice(XlaOp operand, in DynamicSlice() function in xla::XlaBuilder
2946 XlaOp DynamicSlice(const XlaOp operand, const XlaOp start_indices, in DynamicSlice() function
2950 XlaOp DynamicSlice(const XlaOp operand, absl::Span<const XlaOp> start_indices, in DynamicSlice() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1129 def DynamicSlice(self, operand, start_indices, slice_sizes): member in ComputationBuilder