Searched defs:pcall (Results 1 – 7 of 7) sorted by relevance
/external/clang/utils/TestUtils/ |
D | deep-stack.py | 3 def pcall(f, N): function
|
/external/tensorflow/tensorflow/core/tfrt/utils/ |
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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 326 CallInst *pcall = in lowerPrintfForGpu() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 352 CallInst *pcall = in lowerPrintfForGpu() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | stack_ops_decomposition.cc | 521 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeStackOpsInternal() local
|
D | tensor_list_ops_decomposition.cc | 896 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorListOpsInternal() local
|
D | tensor_array_ops_decomposition.cc | 913 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorArrayOps() local
|