Searched refs:ComputeScalar (Results 1 – 3 of 3) sorted by relevance
87 void ComputeScalar(OpKernelContext* ctx) { in ComputeScalar() function in tensorflow::MklAddNOp152 ComputeScalar(ctx); in Compute()
258 void ComputeScalar(OpKernelContext* ctx, float min_range, float max_range) { in ComputeScalar() function in tensorflow::MklQuantizeV2Op344 ComputeScalar(ctx, min_range, max_range); in Compute()
49 ComputeScalar(ctx, cond, then, else_); in Compute()124 void ComputeScalar(OpKernelContext* ctx, const Tensor* cond, in ComputeScalar() function in tensorflow::SelectOp