Home
last modified time | relevance | path

Searched refs:weight_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc158 const int64 weight_size = example_weights.size(); in Compute() local
161 context, weight_size == 1 || weight_size == batch_size, in Compute()
179 stream.PushEntry(feature_values(j), (weight_size > 1) in Compute()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_ops_common.h446 size_t weight_size = matmul_fwd_pd.get()->weights_desc().get_size(); in CacheWeight() local
448 weight_tf_shape.AddDim(weight_size / sizeof(Tweight)); in CacheWeight()
455 memcpy(weight_oi_t_data, weight_data, weight_size); in CacheWeight()