Searched defs:call (Results 276 - 300 of 462) sorted by relevance

<<111213141516171819

/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
H A Dcudnn_rnn_ops.py159 def call(self, inputs, state): member in class:CudnnCompatibleGRUCell
/external/tensorflow/tensorflow/contrib/eager/python/
H A Dnetwork_test.py45 def call(self, x): member in class:MyNetwork
61 def call(self, values): member in class:RegularizedNetwork
110 net.call = function.defun(net.call)
181 def call(self, x): member in class:NetworkTest.testNetworkMatchesLayerVariableNames.TwoLayerNet
201 def call(self, x): member in class:NetworkTest.testLoadIntoUnbuiltSharedLayer.Owner
214 def call(self, x): member in class:NetworkTest.testLoadIntoUnbuiltSharedLayer.User
226 def call(self, x): member in class:NetworkTest.testLoadIntoUnbuiltSharedLayer.LikeUserButNotSharing
280 def call(self, x): member in class:NetworkTest.testRestoreIntoSubNetwork.Parent
335 def call(sel member in class:NetworkTest.testCustomMapCollisionErrors.Parent
384 def call(self, x): member in class:NetworkTest.testDefaultMapCollisionErrors.Parent
404 def call(self, x): member in class:NetworkTest.testDefaultMapCollisionErrors.Compatible
427 def call(self, x): member in class:NetworkTest.testNoReferenceCyclesAfterCall.ChildNetwork
436 def call(self, x): member in class:NetworkTest.testNoReferenceCyclesAfterCall.ParentNetwork
633 def call(self, x): member in class:NetworkTest.testLayerNamesRespected.ParentNetwork
717 def call(self, x): member in class:NetworkTest.testNestableAnonymous.ParentNetwork
762 def call(self, x): member in class:NetworkTest.testNestableExplicit.ParentNetwork
789 def call(self, x): member in class:NetworkTest.testLayerNetworkNameInteractions.Dense
802 def call(self, x): member in class:NetworkTest.testLayerNetworkNameInteractions.MixedLayerNetwork
843 def call(self, x): member in class:NetworkTest.testNestableExplicitCollisions.ParentNetwork
873 def call(self, x): member in class:NetworkTest.testNestableExplicitWithAnonymousParent.ParentNetwork
913 def call(self, x): member in class:NetworkTest.testNestableExplicitSameLayerCollisions.ParentNetwork
930 def call(self, x): member in class:NetworkTest.testAnonymousVariableSharing.FirstParentNetwork
948 def call(self, x): member in class:NetworkTest.testAnonymousVariableSharing.SecondParentNetwork
974 def call(self, x): member in class:NetworkTest.testAnonymousVariableSharing.ThirdParentNetwork
1000 def call(self, x): member in class:NetworkTest.testAnonymousVariableSharing.FourthParentNetwork
1028 def call(self, x): member in class:NetworkTest.testRecursiveLayerRenaming.NetworkWithLayerChildren
1038 def call(self, x): member in class:NetworkTest.testRecursiveLayerRenaming.ParentNetwork
1080 def call(self, x): member in class:NetworkTest.testCallInDifferentOrderThanConstruct.FirstNetwork
1090 def call(self, x): member in class:NetworkTest.testCallInDifferentOrderThanConstruct.SecondNetwork
1133 def call(self, x): member in class:NetworkTest.testLayerCallInDifferentOrderThanConstruct.FirstNetwork
1143 def call(self, x): member in class:NetworkTest.testLayerCallInDifferentOrderThanConstruct.SecondNetwork
1188 def call(self, x): member in class:NetworkTest.testLayerAlreadyBuilt.FirstNetwork
[all...]
/external/tensorflow/tensorflow/contrib/layers/python/layers/
H A Dlayers.py1922 def call(self, inputs): member in class:GDN
2875 stack_args: A list/tuple of parameters for each call of layer.
/external/tensorflow/tensorflow/python/eager/
H A Dfunction_test.py247 def call(self): member in class:FunctionTest.testGraphModeCaptureVariable.HasAVar
252 call = function.defun(o.call)
253 op = call()
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
H A Dtopology.py103 call(x, mask=None): Where the layer's logic lives.
104 __call__(x, mask=None): Wrapper around the layer logic (`call`).
226 def call(self, inputs, **kwargs): # pylint: disable=unused-argument member in class:Layer
239 """Wrapper around self.call(), for handling internal references.
242 - We call self._add_inbound_node().
251 **kwargs: Additional keyword arguments to be passed to `call()`.
254 Output of the layer's `call` method.
258 for its `build` call.
260 # Actually call the layer (optionally building it).
750 if 'training' in tf_inspect.getargspec(self.call)
[all...]
/external/v8/src/compiler/
H A Dgraph-assembler.h441 Node* call = graph()->NewNode(op, size, args_array); local
443 current_effect_ = call;
444 return call;
H A Dint64-lowering.cc293 // We have to adjust the call descriptor.
787 Node* call = node->InputAt(0); local
788 DCHECK_EQ(IrOpcode::kCall, call->opcode());
790 const_cast<CallDescriptor*>(CallDescriptorOf(call->op()));
H A Draw-machine-assembler.cc88 void RawMachineAssembler::Continuations(Node* call, RawMachineLabel* if_success, argument
92 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); local
H A Dschedule.cc104 return os << "call";
220 void Schedule::AddCall(BasicBlock* block, Node* call, BasicBlock* success_block, argument
223 DCHECK(IsPotentiallyThrowingCall(call->opcode()));
227 SetControlInput(block, call);
/external/v8/src/wasm/
H A Dwasm-module-builder.cc143 DirectCallIndex call; local
144 call.offset = body_.size();
145 call.direct_index = index;
146 direct_calls_.push_back(call);
212 for (DirectCallIndex call : direct_calls_) {
214 base + call.offset,
215 call.direct_index + static_cast<uint32_t>(builder_->imports_.size()));
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp259 const CallEvent &call, ExprEngine &eng,
262 Call(call), Eng(eng) { }
274 /// \brief Run checkers for visiting an abstract call event.
558 "Call must not be NULL when escaping on call");
583 /// \brief Run checkers for evaluating a call.
584 /// Only one checker will evaluate the call.
598 // Check if any of the EvalCall callbacks can evaluate the call.
613 && "There are more than one checkers evaluating the call");
623 // If none of the checkers evaluated the call, ask ExprEngine to handle it.
258 CheckCallContext(bool isPreVisit, const CheckersTy &checkers, const CallEvent &call, ExprEngine &eng, bool wasInlined) argument
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp173 std::ostream& operator<< (std::ostream& str, const DrawCall& call) argument
175 return str << "(" << call.numElements << ", " << (call.transformFeedbackEnabled ? "resumed" : "paused") << ")";
789 for (const DrawCall* call = first; call != end; ++call)
791 if (call->transformFeedbackEnabled)
792 primCount += getTransformFeedbackPrimitiveCount(primitiveType, call->numElements);
1086 for (const DrawCall* call = first; call !
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java755 * call to {@link System.nanoTime()}.
870 public final T call() { method in class:JSR166TestCase.CheckedCallable
884 public final T call() { method in class:JSR166TestCase.CheckedInterruptedCallable
903 public Object call() { return Boolean.TRUE; } method in class:JSR166TestCase.NoOpCallable
909 public String call() { return TEST_STRING; } method in class:JSR166TestCase.StringTask
965 public String call() { throw new NullPointerException(); } method in class:JSR166TestCase.NPETask
969 public Integer call() { return one; } method in class:JSR166TestCase.CallableOne
1117 public Object call() { method in class:JSR166TestCase.TrackedCallable
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp107 virtual void call(UErrorCode* status){ function in class:CmdKeyGen
160 virtual void call(UErrorCode* status){ function in class:CmdIter
202 CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,int32_t) argument
206 if (call == forward_null || call == backward_null) {
212 if (call == forward_null || call == forward_len){
220 virtual void call(UErrorCode* status){ function in class:CmdIterAll
382 virtual void call(UErrorCode* status){ function in struct:CmdQsort
414 virtual void call(UErrorCod function in class:CmdBinSearch
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp436 * to call getGeneratedCode() and freeGeneratedCode().
770 lp_get_called_value(LLVMValueRef call) argument
773 return LLVMGetCalledValue(call);
775 return llvm::wrap(llvm::CallSite(llvm::unwrap<llvm::Instruction>(call)).getCalledValue());
/external/mesa3d/src/gallium/drivers/ddebug/
H A Ddd_draw.c59 fprintf(f, "Last apitrace call: %u\n\n",
479 dd_dump_call(FILE *f, struct dd_draw_state *state, struct dd_call *call) argument
481 switch (call->type) {
483 dd_dump_draw_vbo(state, &call->info.draw_vbo, f);
486 dd_dump_launch_grid(state, &call->info.launch_grid, f);
490 &call->info.resource_copy_region, f);
493 dd_dump_blit(state, &call->info.blit, f);
496 dd_dump_flush_resource(state, call->info.flush_resource, f);
499 dd_dump_clear(state, &call->info.clear, f);
502 dd_dump_clear_buffer(state, &call
517 dd_write_report(struct dd_context *dctx, struct dd_call *call, unsigned flags, bool dump_dmesg) argument
1005 dd_pipelined_process_draw(struct dd_context *dctx, struct dd_call *call) argument
1086 dd_after_draw(struct dd_context *dctx, struct dd_call *call) argument
1147 struct dd_call call; local
1163 struct dd_call call; local
1182 struct dd_call call; local
1206 struct dd_call call; local
1227 struct dd_call call; local
1251 struct dd_call call; local
1268 struct dd_call call; local
1291 struct dd_call call; local
1310 struct dd_call call; local
1328 struct dd_call call; local
[all...]
H A Ddd_pipe.h208 struct dd_call call; member in struct:dd_draw_record
224 * fence that is incremented by clear_buffer every draw call. Driver fences
227 * After each draw call, a new dd_draw_record is created that contains
230 * that draw call is problematic or not. The record is added into the list
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp255 // Emulate PRERET: jump to the target and call to the origin from there
266 // bra BB:3 + n0 (directly to the call; move to beginning of BB and fixate)
269 // bra BB:3 + n1 (skip the call)
270 // call BB:0 + n2 (skip bra at beginning of BB:0)
283 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE); local
285 bbT->insertHead(call);
291 call->subOp = NV50_IR_SUBOP_EMU_PRERET + 2;
/external/pdfium/third_party/pymock/
H A Dmock.py23 'call',
636 method call:
707 # use ids here so as not to call __hash__ on the mocks
814 message = 'Expected call: %s\nActual call: %s'
827 different to the last call to the mock."""
831 raise AssertionError('Expected call: %s\nNot called' % (expected,))
877 '%r not all found in call list' % (tuple(not_found),)
886 the call is the most recent one."""
887 kall = call(*arg
2131 call = _Call(from_kall=False) variable
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_sys_settrace.py13 basic.events = [(0, 'call'),
33 arigo_example.events = [(0, 'call'),
45 one_instr_line.events = [(0, 'call'),
59 no_pop_tops.events = [(0, 'call'),
76 no_pop_blocks.events = [(0, 'call'),
85 def call(): # line 0 function
88 call.events = [(0, 'call'),
90 (-3, 'call'),
104 test_raise.events = [(0, 'call'),
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_sys_settrace.py13 basic.events = [(0, 'call'),
33 arigo_example.events = [(0, 'call'),
45 one_instr_line.events = [(0, 'call'),
59 no_pop_tops.events = [(0, 'call'),
76 no_pop_blocks.events = [(0, 'call'),
85 def call(): # line 0 function
88 call.events = [(0, 'call'),
90 (-3, 'call'),
104 test_raise.events = [(0, 'call'),
[all...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowActivity.java480 "Activity does not have an options menu! Did you forget to call " +
490 * in a call to {@code Activity.startActivityForResult(Intent, int)}
538 invoker.call("onActivityResult", Integer.TYPE, Integer.TYPE, Intent.class)
569 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id);
574 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class).with(id, dialog);
576 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class, Bundle.class).with(id, dialog, bundle);
622 invoker.call("onSaveInstanceState", Bundle.class).with(outState);
623 invoker.call("onPause").withNothing();
624 invoker.call("onStop").withNothing();
626 Object nonConfigInstance = invoker.call("onRetainNonConfigurationInstanc
677 public ActivityInvoker call(final String methodName, final Class... argumentClasses) { method in class:ShadowActivity.ActivityInvoker
[all...]
H A DShadowContentResolver.java267 public Bundle call(Uri uri, String method, String arg, Bundle extras) { method in class:ShadowContentResolver
270 return cp.call(method, arg, extras);
987 "You must use ShadowContentResolver.registerInputStream() in order to call read()");
993 "You must use ShadowContentResolver.registerInputStream() in order to call read()");
999 "You must use ShadowContentResolver.registerInputStream() in order to call read()");
/external/selinux/libsepol/cil/src/
H A Dcil_tree.c87 struct cil_call *call = node->data; local
88 node = NODE(call->macro);
247 process_node: function to call when visiting a node
252 first_child: Function to call before entering list of children
256 last_child: Function to call when finished with the last child of a node's children
1669 struct cil_call *call = node->data; local
1672 if (call->macro != NULL) {
1673 cil_log(CIL_INFO, " %s", call->macro->datum.name);
1675 cil_log(CIL_INFO, " %s", call->macro_str);
1678 if (call
[all...]
/external/strace/
H A Dsyscall.c340 const int call = tcp->u_arg[0]; local
342 if (call < 1 || call >= SYS_socket_nsubcalls)
345 const kernel_ulong_t scno = SYS_socket_subcall + call;
367 unsigned int call = tcp->u_arg[0]; local
368 const unsigned int version = call >> 16;
379 call &= 0xffff;
383 switch (call) {
392 tcp->scno = SYS_ipc_subcall + call;
604 * 1: ok, decoded; call
[all...]

Completed in 641 milliseconds

<<111213141516171819