Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_scatter_ops.cc80 XlaCompiler::CompilationResult update_computation; in Compile() local
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py435 def scatter(operand, scatter_indices, updates, update_computation, argument
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc696 xla::XlaComputation update_computation; in ExportXlaOp() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1623 update_computation, argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc1521 auto* update_computation = in TEST_F() local
Dhlo_parser.cc1752 optional<HloComputation*> update_computation; in ParseInstructionRhs() local
Dhlo_instruction.cc1429 HloComputation* update_computation, in CreateScatter()
Dhlo_instructions.cc2535 HloComputation* update_computation, in HloScatterInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1803 const XlaComputation& update_computation, in Scatter()
3498 const XlaOp updates, const XlaComputation& update_computation, in Scatter()