Searched refs:GetOrCreateMul (Results 1 – 5 of 5) sorted by relevance
92 const xla::XlaComputation* GetOrCreateMul(const DataType type);
126 const xla::XlaComputation* XlaContext::GetOrCreateMul(const DataType type) { in GetOrCreateMul() function in tensorflow::XlaContext
263 const xla::XlaComputation* GetOrCreateMul(const DataType type);
587 const xla::XlaComputation* XlaOpKernelContext::GetOrCreateMul( in GetOrCreateMul() function in tensorflow::XlaOpKernelContext589 return xla_context()->GetOrCreateMul(type); in GetOrCreateMul()
102 reducer = ctx->GetOrCreateMul(dtype); in Compile()