Searched defs:StridedSliceGrad (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | array_grad_test.cc | 565 std::vector<Tensor> StridedSliceGrad(const Tensor& x, const Tensor& begin, in StridedSliceGrad() function 653 TEST(ArrayGradTest, StridedSliceGrad) { in TEST() argument
|
H A D | array_grad.cc | 474 Status StridedSliceGrad(const AttrSlice& attrs, FunctionDef* g) { in StridedSliceGrad() function
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/ |
H A D | array_grad_test.cc | 373 TEST_F(ArrayGradTest, StridedSliceGrad) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 4533 TEST_F(OpTest, StridedSliceGrad) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 49038 func StridedSliceGrad(scope *Scope, shape tf.Output, begin tf.Output, end tf.Output, strides tf.Out… func
|