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

Method RunTest

tensorflow/compiler/xla/tests/scatter_test.cc:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27class ScatterTest : public HloTestBase {
28 protected:
29 void RunTest(const string& hlo_text, Literal* operand,
30 Literal* scatter_indices, Literal* updates) {
31 RunTest(hlo_text, {operand, scatter_indices, updates});
32 }
33
34 void RunTest(const string& hlo_text, absl::Span<Literal* const> args) {
35 HloModuleConfig config;

Callers

nothing calls this directly

Calls 4

RunAndCompareFunction · 0.85
set_debug_optionsMethod · 0.80
RunTestFunction · 0.50
TF_ASSERT_OK_AND_ASSIGNFunction · 0.50

Tested by

no test coverage detected