Searched refs:executable_run_options_value (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 114 llvm::Value* executable_run_options_value, 210 llvm::Value* executable_run_options_value, in DotOpEmitter() argument 220 executable_run_options_value_(executable_run_options_value), in DotOpEmitter() 849 llvm::Value* executable_run_options_value, llvm::IRBuilder<>* b, in EmitNonBatchDotOperation() argument 857 executable_run_options_value, b, hlo_module_config, in EmitNonBatchDotOperation() 931 llvm::Value* executable_run_options_value, llvm::IRBuilder<>* b, in EmitBatchDotOperation() argument 990 executable_run_options_value, b, hlo_module_config, in EmitBatchDotOperation() 1035 llvm::Value* executable_run_options_value, in EmitDotOperation() argument 1046 executable_run_options_value, b, in EmitDotOperation() 1052 executable_run_options_value, b, in EmitDotOperation()
|
D | dot_op_emitter.h | 65 llvm::Value* executable_run_options_value,
|