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

Method ValidateInputsAreSameShape

tensorflow/compiler/tf2xla/xla_op_kernel.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 : context_(context), dynamic_dimension_is_minus_one_(false) {}
35
36bool XlaOpKernelContext::ValidateInputsAreSameShape(OpKernel* op) {
37 return context_->ValidateInputsAreSameShape(op);
38}
39
40XlaContext* XlaOpKernelContext::xla_context() const {
41 return &XlaContext::Get(context_);

Callers 1

CompileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected