Home
last modified time | relevance | path

Searched refs:hashed_output (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseCross.pbtxt47 name: "hashed_output"
56 It is used if hashed_output is true.
93 if hashed_output=true then the output will be
Dapi_def_SparseCrossHashed.pbtxt30 It is used if hashed_output is true.
91 if hashed_output=true then the output will be
Dapi_def_SparseCrossV2.pbtxt78 if hashed_output=true then the output will be
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_array_ops.py731 return _cross_internal(inputs=inputs, hashed_output=False, name=name)
765 hashed_output=True,
775 hashed_output=False, argument
812 out_values_type = dtypes.int64 if hashed_output else dtypes.string
832 hashed_output=hashed_output,
/external/tensorflow/tensorflow/core/kernels/
Dsparse_cross_op.cc325 uint64 hashed_output = hash_key_; in Generate() local
328 hashed_output = FingerprintCat64(hashed_output, hash_i); in Generate()
332 return hashed_output % num_buckets_; in Generate()
335 return hashed_output % std::numeric_limits<int64>::max(); in Generate()
357 uint64 hashed_output = in Generate() local
362 hashed_output = FingerprintCat64(hashed_output, hash_i); in Generate()
366 return hashed_output % num_buckets_; in Generate()
369 return hashed_output % std::numeric_limits<int64>::max(); in Generate()
Dragged_cross_op.cc219 uint64 hashed_output = hash_key_; in WriteCombination() local
223 hashed_output = FingerprintCat64(hashed_output, hash_i); in WriteCombination()
227 *out = hashed_output % num_buckets_; in WriteCombination()
230 *out = hashed_output % std::numeric_limits<int64>::max(); in WriteCombination()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DSparseCross.pbtxt39 name: "hashed_output"
DRaggedCross.pbtxt47 name: "hashed_output"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DSparseCross.pbtxt39 name: "hashed_output"
DRaggedCross.pbtxt47 name: "hashed_output"
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py646 return _sparse_cross_internal(inputs=inputs, hashed_output=False, name=name)
705 hashed_output=True,
743 hashed_output=False, argument
765 out_type = dtypes.int64 if hashed_output else dtypes.string
782 hashed_output=hashed_output,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt3213 …arse_values\', \'sparse_shape\', \'dense_inputs\', \'input_order\', \'hashed_output\', \'num_bucke…
4277 …argspec: "args=[\'indices\', \'values\', \'shapes\', \'dense_inputs\', \'hashed_output\', \'num_bu…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt3213 …arse_values\', \'sparse_shape\', \'dense_inputs\', \'input_order\', \'hashed_output\', \'num_bucke…
4277 …argspec: "args=[\'indices\', \'values\', \'shapes\', \'dense_inputs\', \'hashed_output\', \'num_bu…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go27759 …arse_shape []tf.Output, dense_inputs []tf.Output, input_order string, hashed_output bool, num_buck…
27763 …attrs := map[string]interface{}{"input_order": input_order, "hashed_output": hashed_output, "num_b…
36192 …ut, values []tf.Output, shapes []tf.Output, dense_inputs []tf.Output, hashed_output bool, num_buck…
36196 …attrs := map[string]interface{}{"hashed_output": hashed_output, "num_buckets": num_buckets, "hash_…
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt34781 name: "hashed_output"
48451 name: "hashed_output"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt74824 name: "hashed_output"