/third_party/mindspore/tests/ut/cpp/dataset/ |
D | CMakeLists.txt | 4 affine_op_test.cc 5 execute_test.cc 6 album_op_test.cc 7 arena_test.cc 8 auto_contrast_op_test.cc 9 batch_op_test.cc 10 bit_functions_test.cc 11 bounding_box_augment_op_test.cc 12 btree_test.cc 13 buddy_test.cc [all …]
|
/third_party/skia/third_party/externals/tint/src/ |
D | CMakeLists.txt | 41 ast/access.cc 43 ast/alias.cc 45 ast/index_accessor_expression.cc 47 ast/array.cc 49 ast/assignment_statement.cc 51 ast/atomic.cc 53 ast/binary_expression.cc 55 ast/binding_decoration.cc 57 ast/bitcast_expression.cc 59 ast/block_statement.cc [all …]
|
D | BUILD.gn | 101 sources += [ "utils/io/command_posix.cc" ] 102 sources += [ "utils/io/tmpfile_posix.cc" ] 104 sources += [ "utils/io/command_windows.cc" ] 105 sources += [ "utils/io/tmpfile_windows.cc" ] 107 sources += [ "utils/io/command_other.cc" ] 108 sources += [ "utils/io/tmpfile_other.cc" ] 121 "val/hlsl.cc", 122 "val/msl.cc", 133 # multiple source files with the same name, like function.cc, in the same 176 "ast/access.cc", [all …]
|
/third_party/mindspore/mindspore/lite/ |
D | BUILD.gn | 29 "../core/utils/status.cc", 30 "src/c_api/context_c.cc", 31 "src/c_api/model_c.cc", 32 "src/c_api/tensor_c.cc", 33 "src/common/config_file.cc", 34 "src/common/context_util.cc", 35 "src/common/dynamic_library_loader.cc", 36 "src/common/file_utils.cc", 37 "src/common/graph_util.cc", 38 "src/common/lite_utils.cc", [all …]
|
/third_party/protobuf/ |
D | BUILD.gn | 23 "src/google/protobuf/any_lite.cc", 24 "src/google/protobuf/arena.cc", 25 "src/google/protobuf/extension_set.cc", 26 "src/google/protobuf/generated_enum_util.cc", 27 "src/google/protobuf/generated_message_table_driven_lite.cc", 28 "src/google/protobuf/generated_message_util.cc", 29 "src/google/protobuf/implicit_weak_message.cc", 30 "src/google/protobuf/io/coded_stream.cc", 31 "src/google/protobuf/io/io_win32.cc", 32 "src/google/protobuf/io/strtod.cc", [all …]
|
/third_party/grpc/tools/distrib/python/grpcio_tools/ |
D | protoc_lib_deps.py | 17 …cc', 'google/protobuf/compiler/subprocess.cc', 'google/protobuf/compiler/ruby/ruby_generator.cc', …
|
/third_party/skia/third_party/externals/tint/test/ |
D | BUILD.gn | 38 sources = [ "${tint_googletest_dir}/googletest/src/gtest-all.cc" ] 52 sources = [ "${tint_googletest_dir}/googlemock/src/gmock-all.cc" ] 88 sources = [ "${skia_root_dir}/gpu/tint_unittests_main.cc" ] 90 sources = [ "../src/test_main.cc" ] 144 "../src/ast/alias_test.cc", 145 "../src/ast/array_test.cc", 146 "../src/ast/assignment_statement_test.cc", 147 "../src/ast/atomic_test.cc", 148 "../src/ast/binary_expression_test.cc", 149 "../src/ast/binding_decoration_test.cc", [all …]
|
/third_party/nghttp2/src/ |
D | CMakeLists.txt | 6 file(GLOB cxx_sources *.cc) 39 util.cc 40 http2.cc timegm.c app_helper.cc nghttp2_gzip.c 46 nghttp.cc 47 tls.cc 50 list(APPEND NGHTTP_SOURCES HtmlParser.cc) 56 nghttpd.cc 57 tls.cc 58 HttpServer.cc 63 util.cc [all …]
|
D | Makefile.am | 69 HELPER_OBJECTS = util.cc \ 70 http2.cc timegm.c app_helper.cc nghttp2_gzip.c 79 HTML_PARSER_OBJECTS += HtmlParser.cc 82 nghttp_SOURCES = ${HELPER_OBJECTS} ${HELPER_HFILES} nghttp.cc nghttp.h \ 84 tls.cc tls.h 86 nghttpd_SOURCES = ${HELPER_OBJECTS} ${HELPER_HFILES} nghttpd.cc \ 87 tls.cc tls.h \ 88 HttpServer.cc HttpServer.h 92 h2load_SOURCES = util.cc util.h \ 93 http2.cc http2.h h2load.cc h2load.h \ [all …]
|
/third_party/mindspore/mindspore/lite/minddata/ |
D | CMakeLists.txt | 111 ${TOP_DIR}/mindspore/lite/src/cxx_api/types.cc 112 ${TOP_DIR}/mindspore/lite/src/cxx_api/tensor_utils.cc 113 ${TOP_DIR}/mindspore/lite/src/cxx_api/tensor/tensor_impl.cc 114 ${TOP_DIR}/mindspore/lite/src/tensor.cc 115 ${TOP_DIR}/mindspore/lite/src/ms_tensor.cc 116 ${TOP_DIR}/mindspore/lite/src/common/string_util.cc 117 ${TOP_DIR}/mindspore/lite/src/common/lite_utils.cc 118 ${CORE_DIR}/utils/status.cc 119 ${MINDDATA_DIR}/api/datasets.cc 120 ${MINDDATA_DIR}/kernels/data/data_utils.cc [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | CMakeLists.txt | 1 file(GLOB_RECURSE _CURRENT_SRC_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.cc") 9 adjust_gamma_op.cc 10 affine_op.cc 11 auto_contrast_op.cc 12 bounding_box.cc 13 center_crop_op.cc 14 convert_color_op.cc 15 crop_op.cc 16 cut_out_op.cc 17 cutmix_batch_op.cc [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | CMakeLists.txt | 1 file(GLOB_RECURSE _CURRENT_SRC_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.cc") 5 adjust_gamma_ir.cc 6 affine_ir.cc 7 auto_contrast_ir.cc 8 bounding_box_augment_ir.cc 9 center_crop_ir.cc 10 convert_color_ir.cc 11 crop_ir.cc 12 cutmix_batch_ir.cc 13 cutout_ir.cc [all …]
|
/third_party/mindspore/mindspore/lite/tools/converter/ |
D | CMakeLists.txt | 9 ${CCSRC_DIR}/backend/optimizer/common/pattern_engine.cc 10 ${CCSRC_DIR}/backend/optimizer/common/visit.cc 11 ${CCSRC_DIR}/backend/optimizer/common/optimizer.cc 22 ${CMAKE_CURRENT_SOURCE_DIR}/ops/*.cc 23 ${CMAKE_CURRENT_SOURCE_DIR}/converter.cc 24 ${CMAKE_CURRENT_SOURCE_DIR}/converter_flags.cc 25 ${CMAKE_CURRENT_SOURCE_DIR}/anf_transform.cc 26 ${CMAKE_CURRENT_SOURCE_DIR}/graphdef_transform.cc 27 ${CMAKE_CURRENT_SOURCE_DIR}/optimizer.cc 28 ${CMAKE_CURRENT_SOURCE_DIR}/export_model.cc [all …]
|
/third_party/mindspore/mindspore/lite/micro/cmake/ |
D | file_list.cmake | 1 #### classify all .h .c .cc files to FILE_SET 3 ${MICRO_DIR}/coder/coder.cc 4 ${MICRO_DIR}/coder/context.cc 5 ${MICRO_DIR}/coder/graph.cc 6 ${MICRO_DIR}/coder/session.cc 7 ${MICRO_DIR}/coder/train.cc 8 ${MICRO_DIR}/coder/utils/coder_utils.cc 9 ${MICRO_DIR}/coder/utils/dir_utils.cc 10 ${MICRO_DIR}/coder/utils/type_cast.cc 14 ${MICRO_DIR}/coder/allocator/allocator.cc [all …]
|
/third_party/grpc/ |
D | grpc.gyp | 181 'test/core/end2end/cq_verifier.cc', 182 'test/core/end2end/data/client_certs.cc', 183 'test/core/end2end/data/server1_cert.cc', 184 'test/core/end2end/data/server1_key.cc', 185 'test/core/end2end/data/test_root_cert.cc', 186 'test/core/end2end/end2end_nosec_tests.cc', 187 'test/core/end2end/end2end_test_utils.cc', 188 'test/core/end2end/fixtures/http_proxy_fixture.cc', 189 'test/core/end2end/fixtures/local_util.cc', 190 'test/core/end2end/fixtures/proxy.cc', [all …]
|
D | config.w32 | 9 "src\\core\\ext\\filters\\census\\grpc_context.cc " + 10 "src\\core\\ext\\filters\\client_channel\\backend_metric.cc " + 11 "src\\core\\ext\\filters\\client_channel\\backup_poller.cc " + 12 "src\\core\\ext\\filters\\client_channel\\channel_connectivity.cc " + 13 "src\\core\\ext\\filters\\client_channel\\client_channel.cc " + 14 "src\\core\\ext\\filters\\client_channel\\client_channel_channelz.cc " + 15 "src\\core\\ext\\filters\\client_channel\\client_channel_factory.cc " + 16 "src\\core\\ext\\filters\\client_channel\\client_channel_plugin.cc " + 17 "src\\core\\ext\\filters\\client_channel\\config_selector.cc " + 18 "src\\core\\ext\\filters\\client_channel\\global_subchannel_pool.cc " + [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/ |
D | media.gyp | 33 'audio/android/audio_manager_android.cc', 35 'audio/android/audio_track_output_android.cc', 37 'audio/android/opensles_input.cc', 39 'audio/android/opensles_output.cc', 42 'audio/async_socket_io_handler_posix.cc', 43 'audio/async_socket_io_handler_win.cc', 44 'audio/audio_buffers_state.cc', 47 'audio/audio_input_controller.cc', 49 'audio/audio_input_stream_impl.cc', 51 'audio/audio_device_name.cc', [all …]
|
/third_party/node/tools/gyp/tools/emacs/testdata/ |
D | media.gyp | 33 'audio/android/audio_manager_android.cc', 35 'audio/android/audio_track_output_android.cc', 37 'audio/android/opensles_input.cc', 39 'audio/android/opensles_output.cc', 42 'audio/async_socket_io_handler_posix.cc', 43 'audio/async_socket_io_handler_win.cc', 44 'audio/audio_buffers_state.cc', 47 'audio/audio_input_controller.cc', 49 'audio/audio_input_stream_impl.cc', 51 'audio/audio_device_name.cc', [all …]
|
/third_party/cef/ |
D | cef_paths2.gypi | 103 'libcef_dll/ctocpp/base_ref_counted_ctocpp.cc', 105 'libcef_dll/ctocpp/base_scoped_ctocpp.cc', 109 'libcef_dll/libcef_dll.cc', 110 'libcef_dll/libcef_dll2.cc', 113 'libcef_dll/shutdown_checker.cc', 115 'libcef_dll/transfer_util.cc', 120 'libcef_dll/base/cef_atomic_flag.cc', 121 'libcef_dll/base/cef_callback_helpers.cc', 122 'libcef_dll/base/cef_callback_internal.cc', 123 'libcef_dll/base/cef_lock.cc', [all …]
|
D | cef_paths.gypi | 215 'libcef_dll/ctocpp/accessibility_handler_ctocpp.cc', 217 'libcef_dll/ctocpp/app_ctocpp.cc', 219 'libcef_dll/ctocpp/audio_handler_ctocpp.cc', 221 'libcef_dll/cpptoc/auth_callback_cpptoc.cc', 223 'libcef_dll/cpptoc/before_download_callback_cpptoc.cc', 225 'libcef_dll/cpptoc/binary_value_cpptoc.cc', 227 'libcef_dll/cpptoc/views/box_layout_cpptoc.cc', 229 'libcef_dll/cpptoc/browser_cpptoc.cc', 231 'libcef_dll/cpptoc/browser_host_cpptoc.cc', 233 'libcef_dll/ctocpp/browser_process_handler_ctocpp.cc', [all …]
|
/third_party/gn/build/ |
D | gen.py | 537 'src/base/command_line.cc', 538 'src/base/environment.cc', 539 'src/base/files/file.cc', 540 'src/base/files/file_enumerator.cc', 541 'src/base/files/file_path.cc', 542 'src/base/files/file_path_constants.cc', 543 'src/base/files/file_util.cc', 544 'src/base/files/scoped_file.cc', 545 'src/base/files/scoped_temp_dir.cc', 546 'src/base/json/json_parser.cc', [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | harfbuzz.cc | 1 #include "hb-aat-layout.cc" 2 #include "hb-aat-map.cc" 3 #include "hb-blob.cc" 4 #include "hb-buffer-serialize.cc" 5 #include "hb-buffer.cc" 6 #include "hb-common.cc" 7 #include "hb-draw.cc" 8 #include "hb-face.cc" 9 #include "hb-fallback-shape.cc" 10 #include "hb-font.cc" [all …]
|
/third_party/harfbuzz/src/ |
D | harfbuzz.cc | 1 #include "hb-aat-layout.cc" 2 #include "hb-aat-map.cc" 3 #include "hb-blob.cc" 4 #include "hb-buffer-serialize.cc" 5 #include "hb-buffer.cc" 6 #include "hb-common.cc" 7 #include "hb-draw.cc" 8 #include "hb-face.cc" 9 #include "hb-fallback-shape.cc" 10 #include "hb-font.cc" [all …]
|
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/ |
D | associations.txt | 1 …cc", "buildvocab": "mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/build_vocab_node.cc", "c…
|
D | dependencies.txt | 1 …cc", "mindspore/ccsrc/minddata/dataset/engine/tree_adapter.cc", "mindspore/lite/build/_deps/jpeg_t…
|