Searched refs:k_in (Results 1 – 3 of 3) sorted by relevance
42 const auto& k_in = context->input(2); in Compute() local44 OP_REQUIRES(context, TensorShapeUtils::IsScalar(k_in.shape()), in Compute()46 k_in.shape().DebugString())); in Compute()48 if (k_in.dtype() == DT_INT32) { in Compute()49 k_val = k_in.scalar<int32>()(); in Compute()51 k_val = k_in.scalar<int64>()(); in Compute()
54 const auto& k_in = context->input(1); in Compute() local55 OP_REQUIRES(context, TensorShapeUtils::IsScalar(k_in.shape()), in Compute()57 k_in.shape().DebugString())); in Compute()58 k = k_in.scalar<int32>()(); in Compute()
13 the 32 KHz "32k_in", and the board-specific oscillator "osc".