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

Method mutable_result

tensorflow/compiler/xla/shape.h:287–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 // Methods for accessing and manipulating the Shape of the result.
286 const Shape& result() const { return result_; }
287 Shape* mutable_result() { return &result_; }
288
289 // Methods for accessing and manipulating the names of the parameters.
290 int parameter_names_size() const { return parameter_names_.size(); }

Callers 15

CompileMethod · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
MakeProgramShapeMethod · 0.80
ToProtoMethod · 0.80
SetToDefaultLayoutMethod · 0.80
ClearLayoutMethod · 0.80
GetProgramShapeMethod · 0.80
BuildConstantSubGraphMethod · 0.80
PYBIND11_MODULEFunction · 0.80
ComputeProgramShapeMethod · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TEST_FFunction · 0.64