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

Function Parameter

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

Enqueues a "retrieve parameter value" instruction for a parameter that was passed to the computation.

Source from the content-addressed store, hash-verified

2921// Enqueues a "retrieve parameter value" instruction for a parameter that was
2922// passed to the computation.
2923XlaOp Parameter(XlaBuilder* builder, int64 parameter_number, const Shape& shape,
2924 const string& name) {
2925 std::vector<bool> empty_bools;
2926 return Parameter(builder, parameter_number, shape, name, empty_bools);
2927}
2928
2929XlaOp Parameter(XlaBuilder* builder, int64 parameter_number, const Shape& shape,
2930 const string& name,

Callers

nothing calls this directly

Calls 1

ParameterMethod · 0.45

Tested by

no test coverage detected