Searched refs:GetOrCreateMul (Results 1 – 5 of 5) sorted by relevance
102 const xla::XlaComputation* GetOrCreateMul(const DataType type);
133 const xla::XlaComputation* XlaContext::GetOrCreateMul(const DataType type) { in GetOrCreateMul() function in tensorflow::XlaContext
291 const xla::XlaComputation* GetOrCreateMul(const DataType type);
706 const xla::XlaComputation* XlaOpKernelContext::GetOrCreateMul( in GetOrCreateMul() function in tensorflow::XlaOpKernelContext708 return xla_context()->GetOrCreateMul(type); in GetOrCreateMul()
100 reducer = ctx->GetOrCreateMul(dtype); in Compile()