HomeSort by relevance Sort by last modified time
    Searched refs:input_list (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
tensor_utils.cc 26 const OpInputList& input_list) {
28 tensor_vec.reserve(input_list.size());
29 for (const Tensor& tensor : input_list) {
42 context->input_list(kDenseFloatFeaturesName, features_list));
57 TF_RETURN_IF_ERROR(context->input_list(kSparseFloatFeatureIndicesName,
60 context->input_list(kSparseFloatFeatureValuesName, feature_values_list));
62 context->input_list(kSparseFloatFeatureShapesName, feature_shapes_list));
77 context->input_list(kSparseIntFeatureIndicesName, features_indices_list));
79 context->input_list(kSparseIntFeatureValuesName, feature_values_list));
81 context->input_list(kSparseIntFeatureShapesName, feature_shapes_list))
    [all...]
tensor_utils.h 31 const OpInputList& input_list);
  /external/tensorflow/tensorflow/core/kernels/
string_join_op.cc 38 OpInputList input_list; variable
39 OP_REQUIRES_OK(context, context->input_list("inputs", &input_list));
44 for (const auto& input : input_list) {
65 std::vector<StringPiece> strings(input_list.size());
67 for (int j = 0; j < input_list.size(); ++j) {
identity_n_op.h 30 OP_REQUIRES_OK(context, context->input_list("input", &input));
sparse_concat_op.cc 43 OP_REQUIRES_OK(context, context->input_list("indices", &inds));
53 OP_REQUIRES_OK(context, context->input_list("values", &vals));
65 OP_REQUIRES_OK(context, context->input_list("shapes", &shapes));
sdca_internal.cc 92 context->input_list("sparse_indices", &sparse_indices_inputs));
95 context->input_list("sparse_weights", &sparse_weights_inputs));
98 context->input_list("dense_weights", &dense_weights_inputs));
314 TF_RETURN_IF_ERROR(context->input_list("sparse_example_indices",
317 TF_RETURN_IF_ERROR(context->input_list("sparse_feature_indices",
321 TF_RETURN_IF_ERROR(context->input_list("sparse_feature_values",
343 context->input_list("dense_features", &dense_features_inputs));
quantized_concat_op.cc 170 OP_REQUIRES_OK(context, context->input_list("values", &values));
173 OP_REQUIRES_OK(context, context->input_list("input_mins", &input_mins));
179 OP_REQUIRES_OK(context, context->input_list("input_maxes", &input_maxes));
example_parsing_ops.cc 53 OP_REQUIRES_OK(ctx, ctx->input_list("dense_keys", &dense_keys));
54 OP_REQUIRES_OK(ctx, ctx->input_list("sparse_keys", &sparse_keys));
55 OP_REQUIRES_OK(ctx, ctx->input_list("dense_defaults", &dense_defaults));
183 OP_REQUIRES_OK(ctx, ctx->input_list("dense_defaults", &dense_defaults));
289 ctx->input_list("context_dense_keys", &context_dense_keys));
290 OP_REQUIRES_OK(ctx, ctx->input_list("feature_list_dense_keys",
293 ctx, ctx->input_list("context_sparse_keys", &context_sparse_keys));
294 OP_REQUIRES_OK(ctx, ctx->input_list("feature_list_sparse_keys",
296 OP_REQUIRES_OK(ctx, ctx->input_list("context_dense_defaults",
pack_op.cc 54 OP_REQUIRES_OK(c, c->input_list("values", &values));
sparse_cross_op.cc 302 OP_REQUIRES_OK(context, context->input_list("indices", &indices_list_in));
304 OP_REQUIRES_OK(context, context->input_list("values", &values_list_in));
306 OP_REQUIRES_OK(context, context->input_list("shapes", &shapes_list_in));
309 context->input_list("dense_inputs", &dense_list_in));
  /test/vts/utils/python/common/
list_utils.py 23 def ItemsToStr(input_list):
27 input_list: list of objects, the list to convert
33 if not input_list:
34 return input_list
35 return list(map(str, input_list))
38 def ExpandItemDelimiters(input_list,
46 input_list: list of string, a list whose item may contain a delimiter
58 if input_list is None:
64 expended_list_generator = (item.split(delimiter) for item in input_list)
filter_utils.py 36 def ExpandBitness(input_list):
51 input_list: list of string, the list to expand
57 for item in input_list:
66 def ExpandAppendix(input_list, appendix_list, filter_pattern):
67 '''Expand each item in input_list with appendix in the appendix_list
69 For each item in input_list, expand it to N items (N=size of appendix_list)
86 input_list: list of string, the list to expand
95 for item in input_list:
110 def SplitFilterList(input_list):
119 input_list: list of string, the list to spli
    [all...]
  /external/freetype/src/tools/docmaker/
utils.py 39 # Sort `input_list', placing the elements of `order_list' in front.
41 def sort_order_list( input_list, order_list ):
43 for id in input_list:
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xgate.h 85 asection ** input_list; member in struct:xgate_elf_link_hash_table
elf32-m68hc1x.h 120 asection **input_list; member in struct:m68hc11_elf_link_hash_table
  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
stats_accumulator_ops.cc 423 OP_REQUIRES_OK(context, context->input_list("stats_accumulator_handles",
427 context->input_list("partition_ids", &partition_ids_list));
431 context->input_list("feature_ids", &feature_ids_list));
433 OP_REQUIRES_OK(context, context->input_list("gradients", &gradients_list));
435 OP_REQUIRES_OK(context, context->input_list("hessians", &hessians_list));
487 OP_REQUIRES_OK(context, context->input_list("stats_accumulator_handles",
491 context->input_list("partition_ids", &partition_ids_list));
495 context->input_list("feature_ids", &feature_ids_list));
497 OP_REQUIRES_OK(context, context->input_list("gradients", &gradients_list));
499 OP_REQUIRES_OK(context, context->input_list("hessians", &hessians_list))
    [all...]
quantile_ops.cc 274 OP_REQUIRES_OK(context, context->input_list(kResourceHandlesName,
277 OP_REQUIRES_OK(context, context->input_list(kSummariesName, &summary_list));
685 OP_REQUIRES_OK(context, context->input_list(kResourceHandlesName,
    [all...]
  /development/testrunner/coverage/
coverage.py 182 input_list = []
184 input_list.append("-in %s" % input_path)
185 input_args = " ".join(input_list)
  /external/tensorflow/tensorflow/core/kernels/data/
tensor_dataset_op.cc 34 OP_REQUIRES_OK(ctx, ctx->input_list("components", &inputs));
tensor_slice_dataset_op.cc 36 OP_REQUIRES_OK(ctx, ctx->input_list("components", &inputs));
scan_dataset_op.cc 47 ctx->input_list("initial_state", &initial_state_inputs));
55 OP_REQUIRES_OK(ctx, ctx->input_list("other_arguments", &inputs));
  /external/tensorflow/tensorflow/cc/ops/
while_loop.cc 78 std::vector<NodeBuilder::NodeOut> input_list({enter_input, next_input});
80 NodeBuilder builder = NodeBuilder(unique_name, "Merge").Input(input_list);
  /external/tensorflow/tensorflow/python/data/kernel_tests/
dataset_from_generator_op_test.py 105 input_list = list(generator())
123 block_length=len(input_list))
131 for elem in input_list:
  /external/tensorflow/tensorflow/python/debug/lib/
debug_graphs.py 206 for input_list in self._input_lists:
207 if node_name not in input_list:
209 for inp in input_list[node_name]:
  /external/vixl/tools/test_generator/
parser.py 238 input_list = generator.InputList([
243 return operand_list, input_list
320 def ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list,
360 mnemonics, operand_list, input_list, test_cases)
385 operand_list, input_list = ParseDescription(
390 input_list, json_test_file)

Completed in 1208 milliseconds

1 2 3