Searched defs:pcall (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/ |
H A D | tfrt_graph_execution_state_test.cc | 359 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 D | deep-stack.py | 3 def pcall(f, N): function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 326 CallInst *pcall = in lowerPrintfForGpu() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 352 CallInst *pcall = in lowerPrintfForGpu() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | stack_ops_decomposition.cc | 521 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeStackOpsInternal() local
|
H A D | tensor_list_ops_decomposition.cc | 896 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorListOpsInternal() local
|
H A D | tensor_array_ops_decomposition.cc | 913 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorArrayOps() local
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | ceval.c | 177 static int pcall[PCALL_NUM]; variable
|