Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dgpu_fusion.cc70 Value side_input; in matchAndRewrite() local
/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.cc111 se::DeviceMemory<OutputType> side_input(params.fusion->side_input_buf); in RunGpuConvForwardActivation() local
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cu.cc207 const IT* side_input = reinterpret_cast<const IT*>(_side_input); in run() local
301 const T* side_input, float epsilon, T* out) { in FusedBatchNormInferenceMetaKernel()
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.cc1249 const Tensor* side_input = has_side_input_ ? &context->input(5) : nullptr; in ComputeWithReservedSpace() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmkl_remapper_test.cc343 auto side_input = in TEST_F() local
Dremapper.cc105 int side_input = kMissingIndex; member
1413 const NodeDef& side_input = graph->node(matched.side_input); in IsCpuCompatibleDataType() local
Dremapper_test.cc255 auto side_input = Placeholder(s.WithOpName("side_input"), DT_FLOAT, in TEST_F() local
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h1016 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
1035 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
Dstream.cc347 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationForward()
398 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationForward()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc3452 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3475 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3500 const DeviceMemory<U>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc3526 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3546 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3568 const DeviceMemory<U>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc280 auto side_input = op_context.op_info.add_inputs(); in DescribeFusedConv2DBiasActivation() local
Dop_level_cost_estimator.cc1745 auto& side_input = op_context.op_info.inputs(3); in PredictFusedConv2DBiasActivation() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc3573 TRT_ShapedWeights side_input = inputs.at(3).weights(); in ConvertFusedConv2DBiasActivation() local