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

Method Compute

tensorflow/compiler/jit/xla_device_ops.cc:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25XlaDeviceDummyOp::XlaDeviceDummyOp(OpKernelConstruction* ctx) : OpKernel(ctx) {}
26
27void XlaDeviceDummyOp::Compute(OpKernelContext* ctx) {
28 LOG(FATAL) << "Attempted to execute Op " << name() << " type "
29 << type_string() << " on an XLA device. This should never happen.";
30}
31
32XlaAssignVariableOp::XlaAssignVariableOp(OpKernelConstruction* c)
33 : OpKernel(c) {

Callers

nothing calls this directly

Calls 8

nameFunction · 0.85
InvalidArgumentFunction · 0.85
HandleFromInputFunction · 0.85
DataTypeStringFunction · 0.50
dtypeMethod · 0.45
inputMethod · 0.45
tensorMethod · 0.45
muMethod · 0.45

Tested by

no test coverage detected