Home
last modified time | relevance | path

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

/external/clang/utils/TestUtils/
Ddeep-stack.py3 def pcall(f, N): function
/external/tensorflow/tensorflow/core/tfrt/utils/
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp326 CallInst *pcall = in lowerPrintfForGpu() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp352 CallInst *pcall = in lowerPrintfForGpu() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dstack_ops_decomposition.cc521 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeStackOpsInternal() local
Dtensor_list_ops_decomposition.cc896 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorListOpsInternal() local
Dtensor_array_ops_decomposition.cc913 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorArrayOps() local