HomeSort by relevance Sort by last modified time
    Searched defs:call (Results 101 - 125 of 2452) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/eager/python/examples/linear_regression/
linear_regression.py 54 def call(self, xs): member in class:LinearModel
  /external/tensorflow/tensorflow/contrib/eager/python/examples/mnist/
mnist.py 74 def call(self, inputs, training=False): member in class:MNISTModel
78 method (and not call this method directly).
  /external/tensorflow/tensorflow/contrib/eager/python/
metrics_impl.py 56 # Variables defined in first call, so get the initialization op afterwards.
70 # Variables defined in first call, so get the initialization op afterwards.
84 the same arguments passed `call()`.
85 * `call()`: Has all updates to variables, as in:
92 (Default is to sum all the variables.) Note that users should not call
112 # We make self.call() into a graph callable here, so that we can
115 self.call = function.defun(self.call)
128 **kwargs: A mini-batch of inputs to the Metric, passed on to `call()`.
135 return self.call(*args, **kwargs
177 def call(self, *args, **kwargs): member in class:Metric
285 def call(self, values, weights=None): member in class:Mean
324 def call(self, labels, predictions, weights=None): member in class:Accuracy
    [all...]
  /external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
core_layers.py 178 def call(self, inputs): member in class:_MaskedConv
452 def call(self, inputs): member in class:MaskedFullyConnected
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
core_rnn_cell.py 246 def call(self, inputs, state): member in class:EmbeddingWrapper
323 def call(self, inputs, state): member in class:InputProjectionWrapper
380 def call(self, inputs, state): member in class:OutputProjectionWrapper
  /external/tensorflow/tensorflow/core/distributed_runtime/
remote_device.cc 65 struct Call {
69 Call* call = new Call; local
71 call](const Status& status) {
75 [&worker_cache, &worker_name, &wi, &done, &remote_devices, &s, call] {
78 delete call;
90 remote_devices.reserve(call->resp.device_attributes_size());
91 for (const DeviceAttributes& da : call->resp.device_attributes()) {
115 wi->GetStatusAsync(&call->req, &call->resp, cb)
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
mobilenet.py 254 def call(self, inputs, training=None): member in class:DepthwiseConv2D
  /external/tensorflow/tensorflow/python/layers/
core.py 150 def call(self, inputs): member in class:Dense
297 def call(self, inputs, training=False): member in class:Dropout
374 def call(self, inputs): member in class:Flatten
  /external/v8/src/inspector/
v8-function-call.cc 31 #include "src/inspector/v8-function-call.h"
67 v8::Local<v8::Value> V8FunctionCall::call(bool& hadException, function in class:v8_inspector::V8FunctionCall
100 v8::MaybeLocal<v8::Value> maybeResult = function->Call(
  /external/webrtc/webrtc/call/
call_unittest.cc 16 #include "webrtc/call.h"
25 webrtc::Call::Config config;
27 call_.reset(webrtc::Call::Create(config));
30 webrtc::Call* operator->() { return call_.get(); }
34 rtc::scoped_ptr<webrtc::Call> call_;
41 CallHelper call; local
45 CallHelper call; local
49 AudioSendStream* stream = call->CreateAudioSendStream(config);
51 call->DestroyAudioSendStream(stream);
55 CallHelper call; local
65 CallHelper call; local
88 CallHelper call; local
    [all...]
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
SingleUserProvider.java 61 public Bundle call(String method, String arg, Bundle extras) { method in class:SingleUserProvider
  /packages/apps/Contacts/src/com/android/contacts/compat/
PinnedPositionsCompat.java 49 contentResolver.call(ContactsContract.AUTHORITY_URI, UNDEMOTE_METHOD,
  /packages/apps/Dialer/java/com/android/incallui/
DialpadPresenter.java 23 import com.android.incallui.call.CallList;
24 import com.android.incallui.call.DialerCall;
25 import com.android.incallui.call.TelecomAdapter;
27 /** Logic for call buttons. */
31 private DialerCall call; field in class:DialpadPresenter
37 call = CallList.getInstance().getOutgoingOrActive();
51 call = callList.getOutgoingOrActive();
52 Log.d(this, "DialpadPresenter mCall = " + call);
62 if (PhoneNumberUtils.is12Key(c) && call != null) {
71 TelecomAdapter.getInstance().playDtmfTone(call.getId(), c)
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCallListener.java 17 package com.android.incallui.call;
19 /** Used to monitor state changes in a dialer call. */
  /prebuilts/go/darwin-x86/src/runtime/
race_amd64.s 53 // This needs to be a tail call, because raceread reads caller pc.
77 // This needs to be a tail call, because racewrite reads caller pc.
102 // This needs to be a tail call, because racereadrange reads caller pc.
127 // This needs to be a tail call, because racewriterange reads caller pc.
150 JB call
156 call: label
187 CALL racecall<>(SB)
206 CALL racecallatomic<>(SB)
211 CALL racecallatomic<>(SB)
229 CALL racecallatomic<>(SB
379 call: label
    [all...]
  /prebuilts/go/darwin-x86/test/
func5.go 21 func call(f func(int, int) int, a, b int) int { func
26 return call(f, a, b)
64 three(call(add, 1, 2))
67 three(call(f, 1, 2))
69 three(call(fn(), 1, 2))
71 three(call(func(a, b int) int { return a + b }, 1, 2))
  /prebuilts/go/linux-x86/src/runtime/
race_amd64.s 53 // This needs to be a tail call, because raceread reads caller pc.
77 // This needs to be a tail call, because racewrite reads caller pc.
102 // This needs to be a tail call, because racereadrange reads caller pc.
127 // This needs to be a tail call, because racewriterange reads caller pc.
150 JB call
156 call: label
187 CALL racecall<>(SB)
206 CALL racecallatomic<>(SB)
211 CALL racecallatomic<>(SB)
229 CALL racecallatomic<>(SB
379 call: label
    [all...]
  /prebuilts/go/linux-x86/test/
func5.go 21 func call(f func(int, int) int, a, b int) int { func
26 return call(f, a, b)
64 three(call(add, 1, 2))
67 three(call(f, 1, 2))
69 three(call(fn(), 1, 2))
71 three(call(func(a, b int) int { return a + b }, 1, 2))
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
run_tests.py 35 def call(cmd, *args, **kwargs): function
36 """subprocess.call with logging."""
38 logger().info('call %s', ' '.join(cmd))
39 return subprocess.call(cmd, *args, **kwargs)
144 sys.exit(call(cmd))
  /system/tpm/attestation/server/
dbus_service_test.cc 62 std::unique_ptr<dbus::MethodCall> call(
64 call->SetSerial(1);
65 return call;
101 std::unique_ptr<dbus::MethodCall> call = local
103 dbus::MessageWriter writer(call.get());
105 auto response = CallMethod(call.get());
119 // Copy the callback, then call the original.
124 std::unique_ptr<dbus::MethodCall> call = local
127 dbus::MessageWriter writer(call.get());
129 auto response = CallMethod(call.get())
155 std::unique_ptr<dbus::MethodCall> call = CreateMethodCall(kGetKeyInfo); local
185 std::unique_ptr<dbus::MethodCall> call = local
215 std::unique_ptr<dbus::MethodCall> call = local
253 std::unique_ptr<dbus::MethodCall> call = local
286 std::unique_ptr<dbus::MethodCall> call = local
317 std::unique_ptr<dbus::MethodCall> call = CreateMethodCall(kDecrypt); local
344 std::unique_ptr<dbus::MethodCall> call = CreateMethodCall(kSign); local
370 std::unique_ptr<dbus::MethodCall> call = local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
flow.s 30 .global call
31 call: label
32 call (P3);
33 Call (PC+p2);
34 cALL (0xff000000);
35 CalL(0x00FFFFFe);
36 CAll call_test;
  /frameworks/base/telecomm/java/android/telecom/
Phone.java 62 * Called to bring the in-call screen to the foreground. The in-call experience should
64 * ongoing {@code Call}s.
72 * Called when a {@code Call} has been added to this in-call session. The in-call user
73 * experience should add necessary state listeners to the specified {@code Call} and
75 * and nature of this {@code Call}. Subsequent invocations of {@link #getCalls()} will
76 * include this {@code Call}.
79 * @param call A newly added {@code Call}
144 Call call = new Call(this, parcelableCall.getId(), mInCallAdapter, local
146 mCallByTelecomCallId.put(parcelableCall.getId(), call); local
165 Call call = mCallByTelecomCallId.get(parcelableCall.getId()); local
173 Call call = mCallByTelecomCallId.get(telecomId); local
206 Call call = mCallByTelecomCallId.get(telecomId); local
213 Call call = mCallByTelecomCallId.get(callId); local
220 Call call = mCallByTelecomCallId.get(callId); local
227 Call call = mCallByTelecomCallId.get(callId); local
234 Call call = mCallByTelecomCallId.get(callId); local
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 47 * caller details to the call log. All logging activity will be performed asynchronously in a
58 * Parameter object to hold the arguments to add a call in the call log DB.
65 * @param callType The type of call (e.g INCOMING_TYPE). @see
67 * @param features The features of the call (e.g. FEATURES_VIDEO). @see
69 * @param creationDate Time when the call was created (milliseconds since epoch).
70 * @param durationInMillis Duration of the call (milliseconds).
73 * @param logCallCompletedListener optional callback called after the call is logged.
141 public void onCallStateChanged(Call call, int oldState, int newState)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Dispatcher.java 18 import com.squareup.okhttp.Call.AsyncCall;
50 private final Deque<Call> executedCalls = new ArrayDeque<>();
107 synchronized void enqueue(AsyncCall call) {
108 if (runningCalls.size() < maxRequests && runningCallsForHost(call) < maxRequestsPerHost) {
109 runningCalls.add(call);
110 getExecutorService().execute(call);
112 readyCalls.add(call);
118 for (AsyncCall call : readyCalls) {
119 if (Util.equal(tag, call.tag())) {
120 call.cancel()
150 AsyncCall call = i.next(); local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
CertificatePinnerChainValidationTest.java 18 import com.squareup.okhttp.Call;
80 Call call1 = client.newCall(new Request.Builder()
90 Call call2 = client.newCall(new Request.Builder()
135 Call call1 = client.newCall(new Request.Builder()
145 Call call2 = client.newCall(new Request.Builder()
213 Call call = client.newCall(request); local
215 call.execute();
287 Call call = client.newCall(request) local
    [all...]

Completed in 950 milliseconds

1 2 3 45 6 7 8 91011>>