Home
last modified time | relevance | path

Searched defs:call_op (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_ophint_func_op.cc85 CallOp call_op, in BuildUnidirectionalSequenceRnnOp()
122 CallOp call_op, in BuildUnidirectionalSequenceLSTMOp()
196 CallOp call_op, in ConvertTfLiteFusedOpIfAvailable()
234 for (auto call_op : in ConvertCallOps() local
/external/clang/test/SemaTemplate/
Dinstantiate-expr-1.cpp118 CallOperator call_op; in test_call_operator() local
123 void test_call_operator(CallOperator call_op, int i, double d) { in test_call_operator()
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier.cc70 HloInstruction* call_op = create_call(0); in TryRemoveConditional() local
86 HloInstruction* call_op = create_call(branch_index); in TryRemoveConditional() local
Dwhile_loop_simplifier.cc496 auto call_op = computation->AddInstruction(HloInstruction::CreateCall( in TryRemoveWhileLoop() local
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb236 attr_accessor :call_op accessor in WriteFlagSettingStreamingInputEnumerable
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfunctional_control_flow_to_cfg.cc186 Operation* call_op = CallFn(loc, get_operand, then_fn, &builder); in LowerIfOp() local
Dshape_inference.cc448 } else if (auto call_op = dyn_cast<TF::PartitionedCallOp>(op)) { in PropagateShapeIntoAttachedFunctions() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc845 if (auto call_op = dyn_cast<mlir::CallOp>(inst)) { in Lower() local
891 mlir::CallOp* call_op, xla::XlaBuilder* builder, in LowerFunctionCall()
/external/v8/src/compiler/
Djs-native-context-specialization.cc1582 const Operator* call_op = javascript()->Call( in ReduceJSGetIterator() local