Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc192 std::vector<Tensor>* rets) { in Run()
226 std::vector<Tensor>* rets) { in RunWithBorrowedArgs()
261 std::vector<Tensor>* rets, in RunAsync()
/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.cc255 std::vector<Tensor>* rets = new std::vector<Tensor>; in ComputeAsync() local
330 auto* rets = new std::vector<Tensor>; in ComputeAsync() 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.cc82 gtl::ArraySlice<Tensor> rets) { in SetOutputs()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfunction_ops.cc84 std::vector<Tensor>* rets = new std::vector<Tensor>; in ComputeAsync() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dstress.c153 int rets[NSCENAR * SCALABILITY_FACTOR * FACTOR]; in main() local
/external/v8/src/compiler/
Dwasm-linkage.cc284 Allocator rets = return_registers.Get(); in GetWasmCallDescriptor() local
344 Allocator rets = return_registers.Get(); in ReplaceTypeInCallDescriptorWith() local
Dwasm-compiler.cc2240 Node*** rets, in BuildWasmCall()
2277 Node* WasmGraphBuilder::CallDirect(uint32_t index, Node** args, Node*** rets, in CallDirect()
2291 Node*** rets, in CallIndirect()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc163 std::vector<Tensor>* rets, FunctionLibraryRuntime::DoneCallback done) { in Run()
Dcluster_function_library_runtime_test.cc71 const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in InstantiateAndRun()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc54 const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in Run()
Dfunction_test.cc96 void Run(const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in Run()
161 const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in Run()
207 std::vector<Tensor*> rets) { in InstantiateAndRun()
217 const std::vector<Tensor>& args, std::vector<Tensor*> rets) { in InstantiateAndRun()
270 std::vector<Tensor*> rets) { in InstantiateAndRunViaCallFrameInterface()
Dfunction.cc309 std::vector<Tensor>* rets = new std::vector<Tensor>; in ComputeAsync() local
669 std::vector<Tensor>* rets, in RunRemote()
752 std::vector<Tensor>* rets, in Run()
Dprocess_function_library_runtime.cc262 std::vector<Tensor>* rets, FunctionLibraryRuntime::DoneCallback done) { in Run()
/external/tensorflow/tensorflow/contrib/data/kernels/
Dprefetching_kernels.cc184 auto* rets = new std::vector<Tensor>; in FillBuffer() local
/external/libxml2/
Dgentest.py525 rets = ctxt.xpathEval("/api/symbols/function/return") variable
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc855 std::vector<Tensor> rets; in TEST() local
884 std::vector<Tensor> rets; in TEST() local
Dfunction.cc863 Status FunctionCallFrame::ConsumeRetvals(std::vector<Tensor>* rets) { in ConsumeRetvals()
/external/v8/src/wasm/
Dfunction-body-decoder.cc1208 TFNode** rets = nullptr; in DecodeFunctionBody() local
1221 TFNode** rets = nullptr; in DecodeFunctionBody() local
1552 void PushReturns(FunctionSig* sig, TFNode** rets) { in PushReturns()