Searched refs:kAuxInputTensor (Results 1 – 3 of 3) sorted by relevance
44 constexpr uint32_t kAuxInputTensor = 9; // optional variable98 const bool hasAuxInput = !context->isOmittedInput(kAuxInputTensor); in getLinkingMode()147 auxInput = context->getInputBuffer<T>(kAuxInputTensor); in executeTyped()151 auxInput = context->getInputBuffer<T>(kAuxInputTensor); in executeTyped()156 Shape auxInputShape = context->getInputShape(kAuxInputTensor); in executeTyped()378 Shape auxInput = context->getInputShape(kAuxInputTensor); in prepare()
120 static constexpr int kAuxInputTensor = 39; // Optional variable
149 aux_input_ = GetInput(operation, operands, kAuxInputTensor); in BidirectionalSequenceLSTM()