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

Method linear

tensorflow/compiler/xla/service/llvm_ir/ir_array.h:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 const std::vector<llvm::Value*>& multidim() const { return multidim_; }
94 const std::vector<int64>& dims() const { return dims_; }
95 llvm::Value* linear() const { return linear_; }
96
97 size_t size() const { return multidim().size(); }
98

Callers 7

callMethod · 0.80
ResolveParamFunction · 0.80
_logitsFunction · 0.80
test_linearMethod · 0.80
MakeElementGeneratorMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_linearMethod · 0.64