Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DCastTestHelper.hpp99 void CastTest(tflite::TensorType inputTensorType, in CastTest() function
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_ir_printer.cpp40 TEST(IRPrinter, CastTest) { in TEST() argument
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DCastTestImpl.cpp11 LayerTestResult<TOutput, 4> CastTest(armnn::IWorkloadFactory& workloadFactory, in CastTest() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dmember-pointer-ms.cpp231 int Virtual::*CastTest = reinterpret_cast<int Virtual::*>(&AA::x); variable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops_test.py1254 class CastTest(test_util.TensorFlowTestCase): class