/external/pytorch/test/cpp/api/ |
D | CMakeLists.txt | 51 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/ |
D | es31cDrawIndirectTests.cpp | 130 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/ |
D | Makefile.am | 3 check_PROGRAMS = test_api test_filter test_connlabel ct_stress \ program 6 test_api_SOURCES = test_api.c
|
D | Makefile.in | 82 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/ |
D | TARGETS | 21 name = "test_api", 23 "test/test_api.py",
|
/external/chromiumos-config/docs/ |
D | example | 18 "${TEST_PLATFORM}"/v2/request.proto test_api.html
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | procs.h | 26 extern int test_api(cl_device_id deviceID, cl_context context,
|
D | test_functions_api.cpp | 677 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/ |
D | lib.rs | 65 fn test_api() { in test_api() function
|
/external/perfetto/infra/luci/recipe_modules/windows_sdk/ |
D | api.py | 87 step_test_data=lambda: self.m.json.test_api.output({
|
/external/pytorch/.ci/pytorch/win-test-helpers/ |
D | test_libtorch.bat | 13 python test\run_test.py --cpp --verbose -i cpp/test_api
|
/external/skia/infra/bots/recipe_modules/docker/ |
D | api.py | 42 lambda: self.m.raw_io.test_api.stream_output('13:17'))
|
/external/pytorch/.ci/pytorch/ |
D | macos-test.sh | 81 …R}" CPP_TESTS_DIR="${CPP_BUILD}/caffe2/bin" python test/run_test.py --cpp --verbose -i cpp/test_api
|
D | test.sh | 887 …="${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/ |
D | opencl_conformance_tests_full_no_math_or_conversions.csv | 14 API,api/test_api
|
D | opencl_conformance_tests_quick.csv | 16 API,api/test_api
|
D | opencl_conformance_tests_full.csv | 14 API,api/test_api
|
D | opencl_conformance_tests_full_binary.csv | 14 API,api/test_api --compilation-mode binary --compilation-cache-path .
|
D | opencl_conformance_tests_full_spirv.csv | 14 API,api/test_api --compilation-mode spir-v --compilation-cache-path .
|
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | gralloctest.c | 355 static int test_api(struct gralloctest_context *ctx) in test_api() function 659 { "api", test_api, 1 },
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | main.cpp | 339 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/ |
D | CMakeLists.txt | 1242 add_subdirectory(${TORCH_ROOT}/test/cpp/api ${CMAKE_BINARY_DIR}/test_api)
|
/external/pytorch/ |
D | CONTRIBUTING.md | 898 `build/bin/test_api`. The tests use the [GoogleTest](https://github.com/google/googletest/blob/mast…
|
/external/pytorch/test/torch_np/numpy_tests/lib/ |
D | test_function_base.py | 2839 def test_api(self): member in TestPercentile
|
/external/pytorch/test/ |
D | test_datapipe.py | 247 def test_api(self): member in TestStreamWrapper
|