Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dinput_lib_test.py164 api_type, argument
176 if api_type == "wrap_into_iterator" and iteration_type == "for_loop":
179 if api_type == "wrap_into_iterator" and input_type == "input_fn":
185 if api_type == "wrap_into_iterator":
233 if api_type == "wrap_into_iterator":
265 if api_type == "wrap_into_iterator":
359 api_type=["wrap_into_iterator", "wrap_into_dataset"],
366 def testOneDeviceCPU(self, input_type, api_type, iteration_type, distribution, argument
377 self._test_input_iteration(input_type, api_type, iteration_type,
385 api_type=["wrap_into_dataset"],
[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() argument
362 marker.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() argument
375 marker.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() argument
392 marker.api_type = api_type; in radv_write_event_marker()
414 enum rgp_sqtt_marker_event_type api_type, in radv_write_event_with_dims_marker() argument
421 marker.event.api_type = api_type; in radv_write_event_with_dims_marker()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dgoogle_mesh_ca_certificate_provider_factory.cc165 std::string api_type; in ParseJsonObjectServer() local
166 if (ParseJsonObjectField(server, "api_type", &api_type, &error_list_server, in ParseJsonObjectServer()
168 if (api_type != "GRPC") { in ParseJsonObjectServer()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dservice_type.h73 method->api_type() == internal::RpcServiceMethod::ApiType::SYNC) { in has_synchronous_methods()
82 if (method && (method->api_type() == in has_callback_methods()
84 method->api_type() == in has_callback_methods()
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/
Dservice_type.h73 method->api_type() == internal::RpcServiceMethod::ApiType::SYNC) { in has_synchronous_methods()
82 if (method && (method->api_type() == in has_callback_methods()
84 method->api_type() == in has_callback_methods()
Drpc_service_method.h106 ApiType api_type() const { return api_type_; } in api_type() function
/external/mesa3d/src/amd/vulkan/
Dradv_rgp.c467 enum sqtt_api_type api_type; member
490 chunk->api_type = SQTT_API_TYPE_VULKAN; in radv_sqtt_fill_api_info()
/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h159 api_type get_api_type() const override { return HWLOC; } in get_api_type()
365 api_type get_api_type() const override { return NATIVE_OS; } in get_api_type()
549 api_type get_api_type() const override { return NATIVE_OS; } in get_api_type()
Dkmp.h721 enum api_type { enum
728 virtual api_type get_api_type() const { in get_api_type()
/external/protobuf/php/ext/google/protobuf/
Dmessage.c1766 zend_class_entry* api_type; variable
1771 zend_declare_property_null(api_type, "name", strlen("name"),
1773 zend_declare_property_null(api_type, "methods", strlen("methods"),
1775 zend_declare_property_null(api_type, "options", strlen("options"),
1777 zend_declare_property_null(api_type, "version", strlen("version"),
1779 zend_declare_property_null(api_type, "source_context", strlen("source_context"),
1781 zend_declare_property_null(api_type, "mixins", strlen("mixins"),
1783 zend_declare_property_null(api_type, "syntax", strlen("syntax"),
Dprotobuf.h1421 extern zend_class_entry* api_type;
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc1040 } else if (method->api_type() == in RegisterService()
/external/libusb/libusb/os/
Dwindows_winusb.c570 static int auto_claim(struct libusb_transfer *transfer, int *interface_number, int api_type) in auto_claim() argument
578 switch (api_type) { in auto_claim()
590 if ((priv->usb_interface[current_interface].apib->id == api_type) in auto_claim()