Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ BoolAttr
Function
BoolAttr
tensorflow/compiler/jit/xla_kernel_creator_test.cc:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
};
88
89
AttrValue BoolAttr(bool b) {
90
AttrValue v;
91
v.set_b(b);
92
return v;
93
}
94
95
TEST_F(XlaKernelCreatorTest, OneFloatOneResourceArgument) {
96
FunctionDef fdef = XTimesY();
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected