Home
last modified time | relevance | path

Searched defs:api_type (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dinput_lib_test.py162 api_type, argument
321 def testOneDeviceCPU(self, input_type, api_type, iteration_type, distribution, argument
344 def testOneDeviceCPUMultiWorker(self, input_type, api_type, iteration_type, argument
370 def testTwoDevicesOneGPUOneCPU(self, input_type, api_type, iteration_type, argument
394 def testTPU(self, input_type, api_type, iteration_type, distribution, argument
425 def testTupleDataset(self, input_type, api_type, iteration_type, distribution, argument
460 def testTupleDatasetMultiworker(self, input_type, api_type, iteration_type, argument
558 def testUnevenDatasetBatches(self, input_type, api_type, iteration_type, argument
588 def testUnevenDatasetBatchesMultiWorker(self, input_type, api_type, argument
649 api_type, iteration_type, argument
[all …]
/external/googleapis/google/cloud/paymentgateway/issuerswitch/v1/
Dlogs.proto41 ApiType api_type = 3; field
Dtransactions.proto952 ApiType api_type = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
1594 ApiType api_type = 2; field
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/
Dconfig_source.proto65 ApiType api_type = 1 [(validate.rules).enum = {defined_only: true}]; field
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
Dconfig_source.proto81 ApiType api_type = 1 [(validate.rules).enum = {defined_only: true}]; field
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Drpc_service_method.h106 ApiType api_type() const { return api_type_; } in api_type() function
/external/grpc-grpc/include/grpcpp/impl/
Drpc_service_method.h106 ApiType api_type() const { return api_type_; } in api_type() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/
Drpc_service_method.h106 ApiType api_type() const { return api_type_; } in api_type() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sqtt.c851 enum rgp_sqtt_marker_event_type api_type, in si_sqtt_write_event_marker()
882 enum rgp_sqtt_marker_event_type api_type, in si_write_event_with_dims_marker()
/external/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c221 …neral_api_marker(struct radv_cmd_buffer *cmd_buffer, enum rgp_sqtt_marker_general_api_type api_typ… in radv_write_begin_general_api_marker()
232 …neral_api_marker(struct radv_cmd_buffer *cmd_buffer, enum rgp_sqtt_marker_general_api_type api_typ… in radv_write_end_general_api_marker()
244 …dv_write_event_marker(struct radv_cmd_buffer *cmd_buffer, enum rgp_sqtt_marker_event_type api_type, in radv_write_event_marker()
271 …vent_with_dims_marker(struct radv_cmd_buffer *cmd_buffer, enum rgp_sqtt_marker_event_type api_type, in radv_write_event_with_dims_marker()
/external/mesa3d/src/amd/common/
Dac_sqtt.h277 uint32_t api_type : 20; member
346 uint32_t api_type : 24; member
Dac_rgp.c547 enum sqtt_api_type api_type; member
/external/mesa3d/src/amd/vulkan/
Dradv_device_generated_commands.c434 …in_api_marker(nir_builder *b, struct dgc_cmdbuf *cs, enum rgp_sqtt_marker_general_api_type api_typ… in dgc_emit_sqtt_begin_api_marker()
445 …nd_api_marker(nir_builder *b, struct dgc_cmdbuf *cs, enum rgp_sqtt_marker_general_api_type api_typ… in dgc_emit_sqtt_end_api_marker()
/external/libusb/libusb/os/
Dwindows_winusb.c612 static int auto_claim(struct libusb_transfer *transfer, int *interface_number, int api_type) in auto_claim()