HomeSort by relevance Sort by last modified time
    Searched defs:precision_ (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder.h 61 const int precision_; member in class:tensorflow::RangeEncoder
105 const int precision_; member in class:tensorflow::RangeDecoder
pmf_to_cdf_op.cc 42 OP_REQUIRES_OK(context, context->GetAttr("precision", &precision_));
44 context, 0 < precision_ && precision_ <= 16,
45 InvalidArgument("`precision` must be in [1, 16]: ", precision_));
142 const int32 normalizer = 1 << precision_;
190 int precision_; member in class:tensorflow::__anon44734::PmfToCdfOp
range_coder_ops.cc 138 OP_REQUIRES_OK(context, context->GetAttr("precision", &precision_));
139 OP_REQUIRES(context, 0 < precision_ && precision_ <= 16,
141 precision_));
192 RangeEncoder encoder{precision_};
211 int precision_; member in class:tensorflow::__anon44736::RangeEncodeOp
220 OP_REQUIRES_OK(context, context->GetAttr("precision", &precision_));
221 OP_REQUIRES(context, 0 < precision_ && precision_ <= 16,
223 precision_));
302 int precision_; member in class:tensorflow::__anon44736::RangeDecodeOp
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 4836 unsigned int precision_; member in struct:Json::BuiltStyledStreamWriter
    [all...]

Completed in 1041 milliseconds