Searched defs:call_op (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | legalize_ophint_func_op.cc | 85 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/ |
D | instantiate-expr-1.cpp | 118 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/ |
D | conditional_simplifier.cc | 70 HloInstruction* call_op = create_call(0); in TryRemoveConditional() local 86 HloInstruction* call_op = create_call(branch_index); in TryRemoveConditional() local
|
D | while_loop_simplifier.cc | 496 auto call_op = computation->AddInstruction(HloInstruction::CreateCall( in TryRemoveWhileLoop() local
|
/external/grpc-grpc/src/ruby/pb/test/ |
D | client.rb | 236 attr_accessor :call_op accessor in WriteFlagSettingStreamingInputEnumerable
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | functional_control_flow_to_cfg.cc | 186 Operation* call_op = CallFn(loc, get_operand, then_fn, &builder); in LowerIfOp() local
|
D | shape_inference.cc | 448 } else if (auto call_op = dyn_cast<TF::PartitionedCallOp>(op)) { in PropagateShapeIntoAttachedFunctions() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | mlir_hlo_to_hlo.cc | 845 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/ |
D | js-native-context-specialization.cc | 1582 const Operator* call_op = javascript()->Call( in ReduceJSGetIterator() local
|