Home
last modified time | relevance | path

Searched refs:testSlice (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dscalar_test.py130 def testSlice(self): member in ScalarTest
/external/tensorflow/tensorflow/compiler/tests/
Dternary_ops_test.py185 def testSlice(self): member in TernaryOpsTest
/external/guava/android/guava-tests/test/com/google/common/io/
DByteSourceTest.java198 public void testSlice() throws IOException { in testSlice() method in ByteSourceTest
/external/guava/guava-tests/test/com/google/common/io/
DByteSourceTest.java198 public void testSlice() throws IOException { in testSlice() method in ByteSourceTest
/external/deqp/modules/gles3/functional/
Des3fTextureFormatTests.cpp615 bool testSlice (int sliceNdx);
694 bool Texture3DFormatCase::testSlice (int sliceNdx) in testSlice() function in deqp::gles3::Functional::Texture3DFormatCase
746 bool isOk = testSlice(m_curSlice); in iterate()
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape_test.py317 def testSlice(self): member in ShapeTest
Dtensor_util_test.py1137 def testSlice(self): member in ConstantValueAsShapeTest
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py1128 def testSlice(self): member in TestFactory.SingleOpTest
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dops.mlir1902 func @testSlice(%arg0: tensor<2x3x5xf32>, %arg1: tensor<3xi32>, %arg2: tensor<3xi32>) -> tensor<?x3…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf-ops.mlir2733 func @testSlice(%arg0: tensor<3x4xi32>, %arg1: tensor<2xi64>) -> tensor<1x4xi32> {