Home
last modified time | relevance | path

Searched defs:side_input (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_fused_conv_rewriter.cc41 HloInstruction* side_input; member
77 HloInstruction* side_input = nullptr; in FindConvWithRelu() local
Dgpu_conv_runner.cc109 se::DeviceMemory<OutputType> side_input(params.fusion->side_input_buf); in RunGpuConvForwardActivation() local
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_ex_op_test.cc159 Output side_input = ops::Const(root.WithOpName("side_input"), in RunFusedBatchNorm() local
251 Output side_input = ops::Const(root.WithOpName("side_input"), in RunFusedBatchNormEx() local
364 Tensor side_input(t_dtype, input_shape); in VerifyTensorsNear() local
Dfused_batch_norm_op.cu.cc334 const T* side_input, float epsilon, T* out) { in FusedBatchNormInferenceMetaKernel()
Dfused_batch_norm_op.cc1161 const Tensor* side_input = has_side_input_ ? &context->input(5) : nullptr; in ComputeWithReservedSpace() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc94 int side_input = kMissingIndex; member
1242 const NodeDef& side_input = graph->node(matched.side_input); in AddFusedBatchNormExNode() local
Dremapper_test.cc253 auto side_input = Placeholder(s.WithOpName("side_input"), DT_FLOAT, in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc258 auto side_input = op_context.op_info.add_inputs(); in DescribeFusedConv2DBiasActivation() local
Dop_level_cost_estimator.cc1316 auto& side_input = op_context.op_info.inputs(3); in PredictFusedConv2DBiasActivation() local
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc3276 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3299 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3324 const DeviceMemory<U>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc3464 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3490 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3518 const DeviceMemory<U>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl()
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc345 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationForward()
404 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationForward()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc3164 TRT_ShapedWeights side_input = inputs.at(3).weights(); in ConvertFusedConv2DBiasActivation() local