Home
last modified time | relevance | path

Searched refs:test_api (Results 1 – 25 of 27) sorted by relevance

12

/external/pytorch/test/cpp/api/
DCMakeLists.txt51 add_executable(test_api ${TORCH_API_TEST_SOURCES}) target
52 target_include_directories(test_api PRIVATE ${ATen_CPU_INCLUDE})
53 target_link_libraries(test_api PRIVATE torch gtest)
56 target_compile_definitions(test_api PRIVATE "USE_CUDA")
62 target_compile_options_if_supported(test_api "-Wno-missing-braces")
65 target_compile_options_if_supported(test_api "-Wno-maybe-uninitialized")
67 target_compile_options_if_supported(test_api "-Wno-unused-but-set-parameter")
71 install(TARGETS test_api DESTINATION bin)
74 install(FILES $<TARGET_PDB_FILE:test_api> DESTINATION bin OPTIONAL)
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp130 namespace test_api namespace
826 void DrawIndirectBase::ReadPixelsFloat<test_api::GL>(int x, int y, int width, int height, void *dat… in ReadPixelsFloat()
832 void DrawIndirectBase::ReadPixelsFloat<test_api::ES3>(int x, int y, int width, int height, void *da… in ReadPixelsFloat()
870 void DrawIndirectBase::GetBufferSubData<test_api::GL>(GLenum target, GLintptr offset, GLsizeiptr si… in GetBufferSubData()
876 void DrawIndirectBase::GetBufferSubData<test_api::ES3>(GLenum target, GLintptr offset, GLsizeiptr s… in GetBufferSubData()
5713 int CPrimitiveRestartElements<test_api::ES3>::PrimitiveRestartIndex() in PrimitiveRestartIndex()
5719 int CPrimitiveRestartElements<test_api::GL>::PrimitiveRestartIndex() in PrimitiveRestartIndex()
5725 void CPrimitiveRestartElements<test_api::ES3>::DisablePrimitiveRestart() in DisablePrimitiveRestart()
5731 void CPrimitiveRestartElements<test_api::GL>::DisablePrimitiveRestart() in DisablePrimitiveRestart()
5737 void CPrimitiveRestartElements<test_api::ES3>::EnablePrimitiveRestart() in EnablePrimitiveRestart()
[all …]
/external/libnetfilter_conntrack/qa/
DMakefile.am3 check_PROGRAMS = test_api test_filter test_connlabel ct_stress \ program
6 test_api_SOURCES = test_api.c
DMakefile.in82 check_PROGRAMS = test_api$(EXEEXT) test_filter$(EXEEXT) \
107 am_test_api_OBJECTS = test_api.$(OBJEXT)
310 test_api_SOURCES = test_api.c
373 test_api$(EXEEXT): $(test_api_OBJECTS) $(test_api_DEPENDENCIES) $(EXTRA_test_api_DEPENDENCIES)
374 @rm -f test_api$(EXEEXT)
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_api.Po@am__quote@
/external/executorch/exir/dialects/edge/op/
DTARGETS21 name = "test_api",
23 "test/test_api.py",
/external/chromiumos-config/docs/
Dexample18 "${TEST_PLATFORM}"/v2/request.proto test_api.html
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dprocs.h26 extern int test_api(cl_device_id deviceID, cl_context context,
Dtest_functions_api.cpp677 int test_api(cl_device_id deviceID, cl_context context, cl_command_queue queue, in test_api() function
/external/rust/android-crates-io/crates/yaml-rust/src/
Dlib.rs65 fn test_api() { in test_api() function
/external/perfetto/infra/luci/recipe_modules/windows_sdk/
Dapi.py87 step_test_data=lambda: self.m.json.test_api.output({
/external/pytorch/.ci/pytorch/win-test-helpers/
Dtest_libtorch.bat13 python test\run_test.py --cpp --verbose -i cpp/test_api
/external/skia/infra/bots/recipe_modules/docker/
Dapi.py42 lambda: self.m.raw_io.test_api.stream_output('13:17'))
/external/pytorch/.ci/pytorch/
Dmacos-test.sh81 …R}" CPP_TESTS_DIR="${CPP_BUILD}/caffe2/bin" python test/run_test.py --cpp --verbose -i cpp/test_api
Dtest.sh887 …="${MNIST_DIR}" "$TORCH_BIN_DIR"/test_api --gtest_filter='-IMethodTest.*' --gtest_output=xml:$TEST…
891 …NIST_PATH="${MNIST_DIR}" python test/run_test.py --cpp --verbose -i cpp/test_api -k "not IMethodTe…
/external/OpenCL-CTS/test_conformance/
Dopencl_conformance_tests_full_no_math_or_conversions.csv14 API,api/test_api
Dopencl_conformance_tests_quick.csv16 API,api/test_api
Dopencl_conformance_tests_full.csv14 API,api/test_api
Dopencl_conformance_tests_full_binary.csv14 API,api/test_api --compilation-mode binary --compilation-cache-path .
Dopencl_conformance_tests_full_spirv.csv14 API,api/test_api --compilation-mode spir-v --compilation-cache-path .
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c355 static int test_api(struct gralloctest_context *ctx) in test_api() function
659 { "api", test_api, 1 },
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp339 bool test_api (cl_device_id device, cl_uint size_t_width, const char *folder) in test_api() function
6588 { "api", "api", test_api },
/external/pytorch/caffe2/
DCMakeLists.txt1242 add_subdirectory(${TORCH_ROOT}/test/cpp/api ${CMAKE_BINARY_DIR}/test_api)
/external/pytorch/
DCONTRIBUTING.md898 `build/bin/test_api`. The tests use the [GoogleTest](https://github.com/google/googletest/blob/mast…
/external/pytorch/test/torch_np/numpy_tests/lib/
Dtest_function_base.py2839 def test_api(self): member in TestPercentile
/external/pytorch/test/
Dtest_datapipe.py247 def test_api(self): member in TestStreamWrapper

12