Searched refs:values_length (Results 1 – 3 of 3) sorted by relevance
340 values_length = array_ops.shape(350 filtering_features[key] = value[:, :values_length]351 prediction_features[key] = value[:, values_length:]
88 values_length; member853 value->values_length=0; in EncodeIptcProfile()870 value->values_length+1, in EncodeIptcProfile()874 value->values[value->values_length++]=attribute_list; in EncodeIptcProfile()886 if (value->values_length == 0) in EncodeIptcProfile()891 for (j=0; j < (ssize_t) value->values_length; j++) in EncodeIptcProfile()
2099 TNode<IntPtrT> values_length = in TF_BUILTIN() local2102 Branch(IntPtrLessThan(index, values_length), &if_inbounds, &if_outofbounds); in TF_BUILTIN()