Home
last modified time | relevance | path

Searched defs:api_type (Results 1 – 7 of 7) 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/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dgoogle_mesh_ca_certificate_provider_factory.cc165 std::string api_type; in ParseJsonObjectServer() local
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Drpc_service_method.h106 ApiType api_type() const { return api_type_; } in api_type() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Drpc_service_method.h106 ApiType api_type() const { return api_type_; } in api_type() function
/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/libusb/libusb/os/
Dwindows_winusb.c593 static int auto_claim(struct libusb_transfer *transfer, int *interface_number, int api_type) in auto_claim()