Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfused_batch_norm_ex_op_test.cc159 Output side_input = ops::Const(root.WithOpName("side_input"), in RunFusedBatchNorm() local
250 Output side_input = ops::Const(root.WithOpName("side_input"), in RunFusedBatchNormEx() local
385 Tensor side_input(t_dtype, input_shape); in VerifyTensorsNear() local
H A Dfused_batch_norm_op.cu.cc205 const IT* side_input = reinterpret_cast<const IT*>(_side_input); in run() local
299 const T* side_input, float epsilon, T* out) { in FusedBatchNormInferenceMetaKernel()
H A Dfused_batch_norm_op.cc1275 const Tensor* side_input = has_side_input_ ? &context->input(5) : nullptr; in ComputeWithReservedSpace() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dgpu_fusion.cc72 Value side_input; in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_conv_runner.cc124 se::DeviceMemory<OutputType> side_input(params.fusion->side_input_buf); in RunGpuConvForwardActivation() local
H A Dcudnn_fused_conv_rewriter.cc347 HloInstruction* side_input; in FuseSideInputAlpha() local
H A Djitrt_custom_calls.cc721 Optional<SideInputAttrs> side_input = llvm::None) { in GetConvDescriptor()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dbatch_mm.cpp331 at::Tensor side_input; in __anon957c7f480602() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmkl_remapper_test.cc342 auto side_input = in TEST_F() local
H A Dremapper_test.cc383 auto side_input = Placeholder(s.WithOpName("side_input"), DT_FLOAT, in TEST_F() local
480 auto side_input = Placeholder(s.WithOpName("side_input"), DT_FLOAT, in TEST_F() local
H A Dremapper.cc119 int side_input = kMissingIndex; member
2802 const NodeDef& side_input = graph->node(matched.side_input); in AddFusedBatchNormExNode() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddnn.h1167 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
1186 const DeviceMemory<Eigen::half>& side_input, in DoBatchNormalizationForward()
H A Dstream.cc333 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationForward()
386 const DeviceMemory<Eigen::half> &side_input, in ThenBatchNormalizationForward()
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_dnn.cc3641 const DeviceMemory<Eigen::half>& side_input, in DoBatchNormalizationForward()
3662 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3684 const DeviceMemory<T>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_dnn.cc5413 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
5436 const DeviceMemory<Eigen::half>& side_input, in DoBatchNormalizationForward()
5462 const DeviceMemory<T>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.cc1778 auto& side_input = op_context.op_info.inputs(3); in PredictFusedConv2DBiasActivation() local
H A Dop_level_cost_estimator_test.cc281 auto side_input = op_context.op_info.add_inputs(); in DescribeFusedConv2DBiasActivation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc3139 TRT_ShapedWeights side_input = inputs.at(3).weights(); in ConvertFusedConv2DBiasActivation() local