Searched defs:DynamicSlice (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dynamic_index_splitter_test.cc | 32 TEST_F(DynamicIndexSplitterTest, DynamicSlice) { in TEST_F() argument
|
D | hlo_cost_analysis_test.cc | 818 TEST_F(HloCostAnalysisTest, DynamicSlice) { in TEST_F() argument
|
D | hlo_evaluator_test.cc | 2898 TEST_P(HloEvaluatorBf16Test, DynamicSlice) { in TEST_P() argument
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1025 ## DynamicSlice section in Operation Semantics
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | gather_operation_test.cc | 198 XLA_TEST_F(GatherOperationTest, DynamicSlice) { in XLA_TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 878 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/ |
D | xla_client.py | 1129 def DynamicSlice(self, operand, start_indices, slice_sizes): member in ComputationBuilder
|