Home
last modified time | relevance | path

Searched defs:StridedSliceGrad (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_grad_test.cc565 std::vector<Tensor> StridedSliceGrad(const Tensor& x, const Tensor& begin, in StridedSliceGrad() function
653 TEST(ArrayGradTest, StridedSliceGrad) { in TEST() argument
H A Darray_grad.cc474 Status StridedSliceGrad(const AttrSlice& attrs, FunctionDef* g) { in StridedSliceGrad() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Darray_grad_test.cc373 TEST_F(ArrayGradTest, StridedSliceGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc4533 TEST_F(OpTest, StridedSliceGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go49038 func StridedSliceGrad(scope *Scope, shape tf.Output, begin tf.Output, end tf.Output, strides tf.Out… func