Home
last modified time | relevance | path

Searched defs:pcall (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state_test.cc359 auto pcall = ops::PartitionedCall(scope, inputs, output_dtypes, func_attr); in TEST_F() local
426 auto pcall = ops::PartitionedCall(scope, inputs, output_dtypes, func_attr); in TEST_F() local
479 auto pcall = ops::PartitionedCall(scope, inputs, output_dtypes, func_attr); in TEST_F() local
561 auto pcall = ops::PartitionedCall(scope, inputs, output_dtypes, func_attr); in TEST_F() local
674 auto pcall = ops::PartitionedCall(scope, inputs, output_dtypes, func_attr); in TEST_F() local
935 auto pcall = ops::PartitionedCall(scope2, inputs, output_dtypes, func_attr); in TEST_F() local
/aosp_15_r20/external/clang/utils/TestUtils/
H A Ddeep-stack.py3 def pcall(f, N): function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp326 CallInst *pcall = in lowerPrintfForGpu() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp352 CallInst *pcall = in lowerPrintfForGpu() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dstack_ops_decomposition.cc521 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeStackOpsInternal() local
H A Dtensor_list_ops_decomposition.cc896 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorListOpsInternal() local
H A Dtensor_array_ops_decomposition.cc913 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorArrayOps() local
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c177 static int pcall[PCALL_NUM]; variable