/external/tensorflow/tensorflow/core/function/ |
D | runtime_client_test.cc | 177 StatusOr<ReturnValues> rets = rt.CallFunction("NullaryFunction", {}); in TEST() local 189 StatusOr<ReturnValues> rets = rt.CallFunction("NullaryFunction", {}); in TEST() local 209 StatusOr<ReturnValues> rets = rt.CallFunction("SecondFunction", {}); in TEST() local 245 StatusOr<ReturnValues> rets = rt.CallFunction("NullaryFunction", {}); in TEST() local 257 StatusOr<ReturnValues> rets = rt.CallFunction("NullaryFunction", {}); in TEST() local 270 StatusOr<ReturnValues> rets = rt.CallFunction("UnaryFunction", {x.get()}); in TEST() local 284 StatusOr<ReturnValues> rets = in TEST() local 302 StatusOr<ReturnValues> rets = in TEST() local
|
/external/linux-kselftest/tools/testing/selftests/powerpc/syscalls/ |
D | rtas_filter.c | 44 __be32 *rets; /* Pointer to return values in args[]. */ member 173 __be32 *rets[16]; in rtas_call() local 221 __be32 rets[1]; in test() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_threadpool_test.cc | 79 const std::vector<Tensor>& args, std::vector<Tensor*> rets, in Run() 131 std::vector<Tensor*> rets, bool add_runner = true) { in InstantiateAndRun() 141 const std::vector<Tensor>& args, std::vector<Tensor*> rets, in InstantiateAndRun()
|
D | function.cc | 238 std::vector<Tensor>* rets, in Run() 251 std::vector<Tensor>* rets) { in RunSync() 552 std::vector<Tensor>* rets = new std::vector<Tensor>; in ComputeAsync() local 1034 std::vector<Tensor>* rets, in RunRemote() 1129 std::vector<Tensor>* rets, in Run() 1309 std::vector<Tensor>* rets) { in RunSync()
|
D | process_function_library_runtime_test.cc | 72 gtl::ArraySlice<Tensor> args, std::vector<Tensor>* rets, in Run() 77 gtl::ArraySlice<FunctionArg> args, std::vector<FunctionRet>* rets, in Run() 218 const T& args, std::vector<K*> rets, in RunWithRuntime() 270 const std::vector<Tensor>& args, std::vector<Tensor*> rets, in Run() 280 const FunctionArgsInterface& args, std::vector<FunctionRet*> rets, in RunWithPackedArgs() 289 std::vector<Tensor*> rets) { in RunInstantiated()
|
D | process_function_library_runtime.cc | 430 std::vector<FunctionRet>* rets, std::vector<Tensor>* tensors, in TensorsToFunctionRetsDoneCallback() 1262 FunctionLibraryRuntime::Handle outer_handle, std::vector<FunctionRet>* rets, in RunMultiDeviceSync() 1357 FunctionLibraryRuntime::Handle outer_handle, std::vector<FunctionRet>* rets, in RunMultiDeviceAsync() 1721 std::vector<Tensor>* rets, in Run() 1766 std::vector<FunctionRet>* rets, in RunInternal() 1871 std::vector<Tensor>* rets = new std::vector<Tensor>; in Run() local 1958 std::vector<FunctionRet>* rets, in Run()
|
D | function_test.cc | 114 void Run(const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in Run() 186 const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in Run() 226 std::vector<Tensor*> rets) { in InstantiateAndRun() 236 const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in InstantiateAndRun() 284 std::vector<Tensor*> rets) { in InstantiateAndRunViaCallFrameInterface()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | cluster_function_library_runtime.cc | 117 std::vector<Tensor>* rets, FunctionLibraryRuntime::DoneCallback done) { in Run() 146 gtl::ArraySlice<FunctionArg> args, std::vector<FunctionRet>* rets, in Run()
|
D | remote_copy_node.cc | 201 std::vector<EagerKernelRet> rets; in RunLocalRecv() local
|
/external/tensorflow/tensorflow/core/data/ |
D | captured_function.cc | 129 std::vector<Tensor>* rets) { in RunShortCircuit() 148 std::vector<Tensor>* rets) { in RunShortCircuit() 786 IteratorContext* ctx, std::vector<Tensor>&& args, std::vector<Tensor>* rets, in Run() 850 std::vector<Tensor>* rets, const std::shared_ptr<model::Node>& node) const { in RunWithBorrowedArgs() 905 const std::vector<Tensor>& args, std::vector<Tensor>* rets) { in RunInstantiated() 936 IteratorContext* ctx, std::vector<Tensor>&& args, std::vector<Tensor>* rets, in RunAsync()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | stress.c | 146 int rets[NSCENAR * SCALABILITY_FACTOR * FACTOR]; in main() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | function_ops.cc | 250 std::vector<Tensor>* rets = new std::vector<Tensor>; in ComputeAsync() local 390 auto* rets = new std::vector<Tensor>; in ComputeAsync() local
|
D | partitioned_function_ops.cc | 259 std::vector<Tensor>* rets = new std::vector<Tensor>; in RunFunction() local
|
D | quantization_utils_test.cc | 751 int64_t rets[2]; in TestDivide64x2Pow() local 763 int64_t rets[2]; in TestDivide64x2PowRound() local 850 uint8 rets[8]; in TestComputeLerp8x8() local 881 int32 rets[2]; in TestComputeLerp32x2() local
|
/external/liburing/test/ |
D | sq-poll-share.c | 77 int rets[NR_RINGS]; in main() local
|
D | sq-poll-dup.c | 75 int i, rets[NR_RINGS]; in do_io() local
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | cluster_function_library_runtime.cc | 259 std::vector<Tensor>* rets, FunctionLibraryRuntime::DoneCallback done) { in Run() 335 gtl::ArraySlice<FunctionArg> args, std::vector<FunctionRet>* rets, in Run()
|
D | cluster_function_library_runtime_test.cc | 77 const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in InstantiateAndRun()
|
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/ |
D | convert_to_entrypoint.cc | 107 auto rets = llvm::zip(custom_call.call.getResults(), in ConvertCustomCallOperations() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
D | variable_ops.cc | 114 std::vector<Tensor>* rets = new std::vector<Tensor>(); in ReadVariableHelper() local
|
/external/libxml2/ |
D | gentest.py | 525 rets = ctxt.xpathEval("/api/symbols/function/return") variable
|
/external/cronet/third_party/libxml/src/ |
D | gentest.py | 525 rets = ctxt.xpathEval("/api/symbols/function/return") variable
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device.cc | 438 std::vector<Tensor> rets; in Run() local
|
/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/ |
D | partially_revived_objects.cc | 269 std::vector<SignatureDefParam> rets; in LoadSignatureDefFunctionMetadata() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 274 llvm::SmallVector<Type, 4> args, rets; in ImportAsFunc() local 890 llvm::SmallVector<Type, 4> rets; in ImportInstructionImpl() local
|