Home
last modified time | relevance | path

Searched defs:rets (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_threadpool_test.cc79 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()
Dprocess_function_library_runtime_test.cc70 gtl::ArraySlice<Tensor> args, std::vector<Tensor>* rets, in Run()
75 gtl::ArraySlice<FunctionArg> args, std::vector<FunctionRet>* rets, in Run()
216 const T& args, std::vector<K*> rets, in RunWithRuntime()
273 const std::vector<Tensor>& args, std::vector<Tensor*> rets, in Run()
283 const FunctionArgsInterface& args, std::vector<FunctionRet*> rets, in RunWithPackedArgs()
292 std::vector<Tensor*> rets) { in RunInstantiated()
Dfunction.cc234 std::vector<Tensor>* rets, in Run()
247 std::vector<Tensor>* rets) { in RunSync()
541 std::vector<Tensor>* rets = new std::vector<Tensor>; in ComputeAsync() local
999 std::vector<Tensor>* rets, in RunRemote()
1094 std::vector<Tensor>* rets, in Run()
1272 std::vector<Tensor>* rets) { in RunSync()
Dprocess_function_library_runtime.cc407 std::vector<FunctionRet>* rets, std::vector<Tensor>* tensors, in TensorsToFunctionRetsDoneCallback()
1065 FunctionLibraryRuntime::Handle handle, std::vector<FunctionRet>* rets, in RunMultiDevice()
1394 std::vector<Tensor>* rets, in Run()
1476 std::vector<FunctionRet>* rets, in RunInternal()
1581 std::vector<Tensor>* rets = new std::vector<Tensor>; in Run() local
1643 std::vector<FunctionRet>* rets, in Run()
Dfunction_test.cc107 void Run(const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in Run()
179 const std::vector<Tensor>& args, std::vector<Tensor*> rets, in Run()
231 std::vector<Tensor*> rets, bool add_runner = true) { in InstantiateAndRun()
241 const std::vector<Tensor>& args, std::vector<Tensor*> rets, in InstantiateAndRun()
301 std::vector<Tensor*> rets) { in InstantiateAndRunViaCallFrameInterface()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dcluster_function_library_runtime.cc118 std::vector<Tensor>* rets, FunctionLibraryRuntime::DoneCallback done) { in Run()
147 gtl::ArraySlice<FunctionArg> args, std::vector<FunctionRet>* rets, in Run()
Dremote_copy_node.cc196 std::vector<EagerKernelRet> rets; in RunLocalRecv() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dstress.c146 int rets[NSCENAR * SCALABILITY_FACTOR * FACTOR]; in main() local
/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.cc236 std::vector<Tensor>* rets = new std::vector<Tensor>; in ComputeAsync() local
348 auto* rets = new std::vector<Tensor>; in ComputeAsync() local
Dpartitioned_function_ops.cc258 std::vector<Tensor>* rets = new std::vector<Tensor>; in RunFunction() local
Dquantization_utils_test.cc751 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
Dfunctional_ops.cc97 gtl::ArraySlice<Tensor> rets) { in SetOutputs()
/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc128 std::vector<Tensor>* rets) { in RunShortCircuit()
147 std::vector<Tensor>* rets) { in RunShortCircuit()
834 IteratorContext* ctx, std::vector<Tensor>&& args, std::vector<Tensor>* rets, in Run()
898 std::vector<Tensor>* rets, const std::shared_ptr<model::Node>& node) const { in RunWithBorrowedArgs()
953 const std::vector<Tensor>& args, std::vector<Tensor>* rets) { in RunInstantiated()
983 IteratorContext* ctx, std::vector<Tensor>&& args, std::vector<Tensor>* rets, in RunAsync()
Ddataset_test_base.cc432 const GraphConstructorOptions& graph_options, std::vector<Tensor*> rets) { in RunFunction()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc260 std::vector<Tensor>* rets, FunctionLibraryRuntime::DoneCallback done) { in Run()
336 gtl::ArraySlice<FunctionArg> args, std::vector<FunctionRet>* rets, in Run()
Dcluster_function_library_runtime_test.cc77 const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in InstantiateAndRun()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc128 llvm::SmallVector<Type, 4> args, rets; in ImportAsFunc() local
511 llvm::SmallVector<Type, 4> rets; in ImportInstructionImpl() local
/external/libxml2/
Dgentest.py528 rets = ctxt.xpathEval("/api/symbols/function/return") variable
/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dpartially_revived_objects.cc269 std::vector<SignatureDefParam> rets; in LoadSignatureDefFunctionMetadata() local
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc918 std::vector<Tensor> rets; in TEST() local
947 std::vector<Tensor> rets; in TEST() local
Dfunction.cc1130 Status FunctionCallFrame::ConsumeRetvals(std::vector<Tensor>* rets, in ConsumeRetvals()
/external/skia/tests/
DSkSLInterpreterTest.cpp689 float rets[2]; in DEF_TEST() local