Home
last modified time | relevance | path

Searched defs:DynamicSlice (Results 1 – 9 of 9) 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.cc610 TEST_F(HloCostAnalysisTest, DynamicSlice) { in TEST_F() argument
Dhlo_evaluator_typed_visitor.h2858 StatusOr<Literal> DynamicSlice( in DynamicSlice() function
Dhlo_evaluator_test.cc1799 TEST_P(HloEvaluatorBf16Test, DynamicSlice) { in TEST_P() argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md989 ## DynamicSlice section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/tests/
Dgather_operation_test.cc199 XLA_TEST_F(GatherOperationTest, DynamicSlice) { in XLA_TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc758 XlaOp XlaBuilder::DynamicSlice(const XlaOp& operand, const XlaOp& start_indices, in DynamicSlice() function in xla::XlaBuilder
780 XlaOp XlaBuilder::DynamicSlice(const XlaOp& operand, in DynamicSlice() function in xla::XlaBuilder
2881 XlaOp DynamicSlice(const XlaOp& operand, const XlaOp& start_indices, in DynamicSlice() function
2885 XlaOp DynamicSlice(const XlaOp& operand, absl::Span<const XlaOp> start_indices, in DynamicSlice() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc528 LocalOp ComputationBuilder::DynamicSlice(const LocalOp& operand, in DynamicSlice() function in xla::swig::ComputationBuilder
Dxla_client.py1353 def DynamicSlice(self, operand, start_indices, slice_sizes): member in ComputationBuilder