Home
last modified time | relevance | path

Searched defs:ccall (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.cc193 auto ccall = Cast<HloCustomCallInstruction>(custom_call); in HandleCustomCall() local
Dtuple_points_to_analysis.cc479 auto ccall = Cast<HloCustomCallInstruction>(custom_call); in HandleCustomCall() local
Dtuple_points_to_analysis_test.cc652 auto ccall = builder.AddInstruction(HloInstruction::CreateCustomCall( in TEST_F() local
/external/javassist/src/main/javassist/expr/
DExprEditor.java223 … ConstructorCall ccall = new ConstructorCall(pos, iterator, clazz, minfo); in loopBody() local