Home
last modified time | relevance | path

Searched refs:k_in (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Din_topk_op.cc42 const auto& k_in = context->input(2); in Compute() local
44 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()
Dtopk_op.cc54 const auto& k_in = context->input(1); in Compute() local
55 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()
/external/u-boot/doc/device-tree-bindings/clock/
Dnvidia,tegra20-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".