Home
last modified time | relevance | path

Searched refs:operand1_shape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_runner.cc293 const Shape& operand1_shape = desc.operand1_shape; in GetGpuConvConfig() local
307 config.filter_shape = operand1_shape; in GetGpuConvConfig()
312 config.filter_shape = operand1_shape; in GetGpuConvConfig()
318 config.output_shape = operand1_shape; in GetGpuConvConfig()
470 descriptor.operand1_shape = cudnn_call->operand(1)->shape(); in GetGpuConvConfig()
Dgpu_conv_runner.h191 Shape operand1_shape; member
Djitrt_custom_calls.cc735 descriptor.operand1_shape = apply_layout(operand1, b.operand_1_layout); in GetConvDescriptor()
Dir_emitter_unnested.cc1009 descriptor.operand1_shape = in EmitConvolutionThunk()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc1207 Shape operand1_shape = ShapeUtil::MakeShape(S32, {3, 3}); in TEST_F() local
1213 auto operand1 = Parameter(&builder, 1, operand1_shape, "operand1"); in TEST_F()