HomeSort by relevance Sort by last modified time
    Searched refs:ConstantInputAsFloatScalar (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
quantize_and_dequantize_op.cc 53 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsFloatScalar(1, &input_min_value));
54 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsFloatScalar(2, &input_max_value));
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.h 111 Status ConstantInputAsFloatScalar(int index, double* out);
xla_op_kernel.cc 193 Status XlaOpKernelContext::ConstantInputAsFloatScalar(int index, double* out) {

Completed in 107 milliseconds