Home
last modified time | relevance | path

Searched defs:slice_begin (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dslice_op_test.py320 def _testGradientSlice(self, input_shape, slice_begin, slice_size): argument
345 def _testGradientSliceTape(self, input_shape, slice_begin, slice_size): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstrided_slice_op.cc290 absl::InlinedVector<int64_t, 4> slice_begin, slice_end, slice_strides; in Compile() local
712 absl::InlinedVector<xla::XlaOp, 4> slice_begin; in Compile() local
/external/tensorflow/tensorflow/dtensor/mlir/expansions/
Dconv_spmd_expander.cc264 mlir::Value slice_begin = in HandleConv() local
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Ddevice_transform_patterns.cc161 SmallVector<int32_t, 4> slice_begin; in SliceOutputs() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2000 SmallVectorImpl<int64_t> *slice_begin, SmallVectorImpl<int64_t> *slice_end, in GetSlicedBoundRanges()
2169 SmallVectorImpl<int64_t> *slice_begin, SmallVectorImpl<int64_t> *slice_end, in GetSlicedShapeAndBoundRanges()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc3815 NodeDef* slice_begin; in GetSimpleSliceAxis() local
3922 NodeDef* slice_begin; in GetStridedSliceAxis() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1847 const Tensor* slice_begin = ic->input_tensor(1); in MaybeUpdateNodeContextOutput() local