HomeSort by relevance Sort by last modified time
    Searched refs:registration (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/autotest/client/common_lib/cros/tendo/
buffet_tester.py 27 registration
94 self._registration_client = registration.RegistrationClient(
117 """Assert that buffet has the given registration status.
122 @param expected_device_id: device id created during registration.
153 @param device_id: string device id created during registration.
202 This includes the whole registration flow and ends with buffet
207 @return string: the device_id obtained during registration.
218 # Confirm that registration has populated some fields.
225 logging.info('Registration successful')
  /external/libunwind/doc/
_U_dyn_cancel.tex 19 The \Func{\_U\_dyn\_cancel}() routine cancels the registration of the
unw_flush_cache.tex 23 also flushed. For example, the address of the dynamic registration
  /external/tensorflow/tensorflow/contrib/lite/kernels/
conv_test.cc 46 TfLiteRegistration* registration, const TensorData& input,
79 registration);
test_util.h 90 SingleOpResolver(const BuiltinOperator op, TfLiteRegistration* registration)
91 : op_(op), registration_(registration) {}
  /external/tensorflow/tensorflow/compiler/jit/kernels/
xla_launch_op.cc 188 const XlaOpRegistry::DeviceRegistration* registration; local
190 &registration)) {
195 client.ValueOrDie(), DeviceType(registration->compilation_device_name));
  /external/tensorflow/tensorflow/contrib/lite/
model.cc 126 TfLiteRegistration* registration = nullptr; local
131 registration = op_resolver_.FindOp(x);
132 if (registration == nullptr) {
143 registration = op_resolver_.FindOp(name);
146 if (registration == nullptr) {
151 flatbuffer_op_index_to_registration_.push_back(registration);
583 error_reporter_->Report("Missing registration for opcode_index %d\n",
754 error_reporter_->Report("Registration failed.\n");
nnapi_delegate.cc 142 const TfLiteRegistration& registration = node_and_registration->second; local
144 static_cast<tflite::BuiltinOperator>(registration.builtin_code);
interpreter_test.cc 81 TfLiteRegistration registration = {nullptr, nullptr, nullptr, nullptr}; local
83 &registration),
92 TfLiteRegistration registration = {nullptr, nullptr, nullptr, nullptr}; local
96 &registration),
587 // Build a kernel registration for an op that copies its one input
691 // Build a kernel registration for an op that copies its one input
    [all...]
  /prebuilts/tools/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/
bolts-tasks-1.4.0.jar 
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 563 const OpRegistrationData* registration; local
564 Status status = func_def.LookUp(node.op(), &registration);
572 status = tensorflow::NameRangesForNode(node, registration->op_def, &inputs,
  /frameworks/opt/net/ims/src/java/com/android/ims/
MmTelFeatureConnection.java 73 // Cache the Registration and Config interfaces as long as the MmTel feature is connected. If
204 Log.w(TAG, "removeConnection: couldn't remove registration callback");
410 // mRegistrationBinder may have changed while we tried to get the registration
561 IImsRegistration registration = getRegistration(); local
562 if (registration != null) {
563 return registration.getRegistrationTechnology();
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 122 // properly formatted for registration as defined by Section 4 of RFC 5891.
162 // or UTS 46, tailored to, for example, domain registration or lookup.
186 // for lookup and registration purposes respectively, which can be tailored by
248 // Registration is the recommended profile for checking whether a given
249 // IDN is valid for registration, according to Section 4 of RFC 5891.
250 Registration *Profile = registration
270 registration = &Profile{options{
269 registration = &Profile{options{ var
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 122 // properly formatted for registration as defined by Section 4 of RFC 5891.
162 // or UTS 46, tailored to, for example, domain registration or lookup.
186 // for lookup and registration purposes respectively, which can be tailored by
248 // Registration is the recommended profile for checking whether a given
249 // IDN is valid for registration, according to Section 4 of RFC 5891.
250 Registration *Profile = registration
270 registration = &Profile{options{
269 registration = &Profile{options{ var
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 115 * Implementation of {@link <a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-registration">DOM 2 EventTarget Interface</a>}
130 * Implementation of {@link <a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-registration">DOM 2 EventTarget Interface</a>}
149 * Implementation of {@link <a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-registration">DOM 2 EventTarget Interface</a>}
  /bionic/benchmarks/
bionic_benchmarks.cpp 324 auto registration = benchmark::RegisterBenchmark(fn_name.c_str(), LockAndRun, local
328 registration->Iterations(iterations_to_use);
  /external/mdnsresponder/mDNSShared/
dnsextd.c 861 // Startup SRV Registration Routines
880 mDNSlocal mDNSu8 *PutUpdateSRV(DaemonInfo *d, DNSZone * zone, PktMsg *pkt, mDNSu8 *ptr, char *regtype, mDNSIPPort port, mDNSBool registration)
898 VLog("%s %s", registration ? "Registering SRV record" : "Deleting existing RRSet",
900 if (registration) ptr = PutResourceRecord(&pkt->msg, ptr, &pkt->msg.h.mDNS_numUpdates, &rr.resrec);
908 mDNSlocal int UpdateSRV(DaemonInfo *d, mDNSBool registration)
937 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-update-tls._tcp.", d->private_port, registration);
939 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-query-tls._tcp.", d->private_port, registration);
941 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-llq-tls._tcp.", d->private_port, registration);
944 if ( !registration )
946 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-update._udp.", d->llq_port, registration);
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
IAudioPolicyService.h 158 virtual status_t registerPolicyMixes(const Vector<AudioMix>& mixes, bool registration) = 0;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /build/blueprint/
doc.go 54 // registration order. Mutators can visit each module top-down or bottom-up,
  /hardware/ril/reference-ril/
reference-ril.c 1494 int *registration; local
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 30 3. Following HKUST research on the use of GPU direct, and their [GDR implementation](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/gdr/README.md), there is a smart way to benefit from the TensorFlow allocation theme which is mostly pool based, i.e allocators pre-allocate a large memory block, and allocate the tensors from there. By attaching a custom Visitor to relevant allocators, we can do a single registration of the entire memory block, which zeros the registration overhead. Once the block is registered, each new tensor allocated will be at a registered address, which will allow us to do direct RDMA writes to it.
  /external/tensorflow/tensorflow/core/framework/
op_kernel.cc 1124 const KernelRegistration* registration; local
    [all...]

Completed in 869 milliseconds

12 3 4