Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dinput_lib_test.py126 api_type, argument
280 def testOneDeviceCPU(self, input_type, api_type, iteration_type, distribution, argument
314 def testTwoDevicesOneGPUOneCPU(self, input_type, api_type, iteration_type, argument
345 def testTPU(self, input_type, api_type, iteration_type, distribution, argument
384 def testTupleDataset(self, input_type, api_type, iteration_type, distribution, argument
444 def testUnevenDatasetBatches(self, input_type, api_type, iteration_type, argument
483 def testBatchSplitting(self, input_type, api_type, iteration_type, argument
651 def testAutoshardingOption(self, input_type, api_type, iteration_type, argument
685 def testOneDevicePerWorker(self, input_type, api_type, iteration_type, argument
726 def testTwoDevicesPerWorker(self, input_type, api_type, iteration_type, argument
[all …]
/external/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c167 uint32_t api_type : 20; member
222 uint32_t api_type : 24; member
356 enum rgp_sqtt_marker_general_api_type api_type) in radv_write_begin_general_api_marker()
369 enum rgp_sqtt_marker_general_api_type api_type) in radv_write_end_general_api_marker()
383 enum rgp_sqtt_marker_event_type api_type, in radv_write_event_marker()
414 enum rgp_sqtt_marker_event_type api_type, in radv_write_event_with_dims_marker()
/external/mesa3d/src/amd/vulkan/
Dradv_rgp.c467 enum sqtt_api_type api_type; member
/external/protobuf/php/ext/google/protobuf/
Dmessage.c1766 zend_class_entry* api_type; variable
/external/libusb/libusb/os/
Dwindows_winusb.c591 static int auto_claim(struct libusb_transfer *transfer, int *interface_number, int api_type) in auto_claim()