MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Run

Method Run

tensorflow/compiler/xla/service/depthwise_convolution_converter.cc:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76bool ConvolutionVisitor::Run(
77 HloComputation* computation,
78 std::function<bool(HloInstruction*)> is_cost_viable) {
79 ConvolutionVisitor visitor(computation, is_cost_viable);
80 TF_CHECK_OK(computation->Accept(&visitor));
81 return visitor.changed_;
82}
83
84namespace {
85Shape SwapInputOutputFeatureDims(const Shape& shape, int64 input_feature_dim,

Callers

nothing calls this directly

Calls 4

RunFunction · 0.50
AcceptMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected