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

Function Conv

tensorflow/compiler/xla/client/xla_builder.cc:3093–3100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3091}
3092
3093XlaOp Conv(const XlaOp lhs, const XlaOp rhs,
3094 absl::Span<const int64> window_strides, Padding padding,
3095 int64 feature_group_count, int64 batch_group_count,
3096 const PrecisionConfig* precision_config) {
3097 return lhs.builder()->Conv(lhs, rhs, window_strides, padding,
3098 feature_group_count, batch_group_count,
3099 precision_config);
3100}
3101
3102XlaOp ConvWithGeneralPadding(const XlaOp lhs, const XlaOp rhs,
3103 absl::Span<const int64> window_strides,

Callers 10

TESTFunction · 0.50
TEST_FFunction · 0.50
XLA_TEST_FFunction · 0.50
RunTestMethod · 0.50
RunTestMethod · 0.50
RunTestMethod · 0.50
RunTestMethod · 0.50
RunTestMethod · 0.50
XLA_TEST_FFunction · 0.50
XLA_TEST_FFunction · 0.50

Calls 2

ConvMethod · 0.45
builderMethod · 0.45

Tested by 10

TESTFunction · 0.40
TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
RunTestMethod · 0.40
RunTestMethod · 0.40
RunTestMethod · 0.40
RunTestMethod · 0.40
RunTestMethod · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40