Searched defs:StackOp (Results 1 – 5 of 5) sorted by relevance
91 class StackOp : public XlaOpKernel { class93 explicit StackOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in StackOp() function in tensorflow::__anon86d884060111::StackOp
157 StackOp::StackOp(OpKernelConstruction* context) : OpKernel(context) { in StackOp() function in tensorflow::StackOp
262 auto StackOp = StackReg.take_while([](char c) { return isalpha(c); }); in ParseReg() local
118 InfixCalculatorTok StackOp = InfixOperatorStack[Idx]; in pushOperator() local160 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val(); in execute() local
167 InfixCalculatorTok StackOp = InfixOperatorStack[Idx]; in pushOperator() local209 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val(); in execute() local