Home
last modified time | relevance | path

Searched defs:binary_output (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dbincount_ops.py43 binary_output=False): argument
260 binary_output=False, argument
Dbincount_ops_test.py156 binary_output=False, argument
352 binary_output=False, argument
499 binary_output=False, argument
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dcategory_encoding.py192 def sparse_bincount(inputs, out_depth, binary_output, count_weights=None): argument
210 def dense_bincount(inputs, out_depth, binary_output, count_weights=None): argument
/external/protobuf/src/google/protobuf/util/
Djson_util.h160 io::ZeroCopyOutputStream* binary_output) { in JsonToBinaryStream()
173 std::string* binary_output) { in JsonToBinaryString()
Djson_util.cc179 io::ZeroCopyOutputStream* binary_output, in JsonToBinaryStream()
210 std::string* binary_output, in JsonToBinaryString()