Home
last modified time | relevance | path

Searched refs:executable_run_options_value (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc129 llvm::Value* executable_run_options_value,
239 llvm::Value* executable_run_options_value, llvm::IRBuilder<>* b, in DotOpEmitter() argument
248 executable_run_options_value_(executable_run_options_value), in DotOpEmitter()
1043 llvm::Value* executable_run_options_value, llvm::IRBuilder<>* b, in EmitNonBatchDotOperation() argument
1053 executable_run_options_value, b, mlir_context, in EmitNonBatchDotOperation()
1127 llvm::Value* executable_run_options_value, llvm::IRBuilder<>* b, in EmitBatchDotOperation() argument
1186 executable_run_options_value, b, mlir_context, hlo_module_config, in EmitBatchDotOperation()
1235 llvm::Value* executable_run_options_value, in EmitDotOperation() argument
1246 executable_run_options_value, b, mlir_context, in EmitDotOperation()
1252 executable_run_options_value, b, mlir_context, in EmitDotOperation()
Ddot_op_emitter.h66 llvm::Value* executable_run_options_value,