Home
last modified time | relevance | path

Searched refs:input_list (Results 1 – 25 of 52) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dtensor_utils.cc26 const OpInputList& input_list) { in OpInputListToTensorVec() argument
28 tensor_vec.reserve(input_list.size()); in OpInputListToTensorVec()
29 for (const Tensor& tensor : input_list) { in OpInputListToTensorVec()
42 context->input_list(kDenseFloatFeaturesName, features_list)); in ReadDenseFloatFeatures()
57 TF_RETURN_IF_ERROR(context->input_list(kSparseFloatFeatureIndicesName, in ReadSparseFloatFeatures()
60 context->input_list(kSparseFloatFeatureValuesName, feature_values_list)); in ReadSparseFloatFeatures()
62 context->input_list(kSparseFloatFeatureShapesName, feature_shapes_list)); in ReadSparseFloatFeatures()
77 context->input_list(kSparseIntFeatureIndicesName, features_indices_list)); in ReadSparseIntFeatures()
79 context->input_list(kSparseIntFeatureValuesName, feature_values_list)); in ReadSparseIntFeatures()
81 context->input_list(kSparseIntFeatureShapesName, feature_shapes_list)); in ReadSparseIntFeatures()
Dtensor_utils.h31 const OpInputList& input_list);
/external/tensorflow/tensorflow/core/kernels/
Dstring_join_op.cc38 OpInputList input_list; in Compute() local
39 OP_REQUIRES_OK(context, context->input_list("inputs", &input_list)); in Compute()
44 for (const auto& input : input_list) { in Compute()
65 std::vector<StringPiece> strings(input_list.size()); in Compute()
67 for (int j = 0; j < input_list.size(); ++j) { in Compute()
Dsdca_internal.cc92 context->input_list("sparse_indices", &sparse_indices_inputs)); in Initialize()
95 context->input_list("sparse_weights", &sparse_weights_inputs)); in Initialize()
98 context->input_list("dense_weights", &dense_weights_inputs)); in Initialize()
314 TF_RETURN_IF_ERROR(context->input_list("sparse_example_indices", in Initialize()
317 TF_RETURN_IF_ERROR(context->input_list("sparse_feature_indices", in Initialize()
321 TF_RETURN_IF_ERROR(context->input_list("sparse_feature_values", in Initialize()
343 context->input_list("dense_features", &dense_features_inputs)); in Initialize()
Dexample_parsing_ops.cc53 OP_REQUIRES_OK(ctx, ctx->input_list("dense_keys", &dense_keys)); in Compute()
54 OP_REQUIRES_OK(ctx, ctx->input_list("sparse_keys", &sparse_keys)); in Compute()
55 OP_REQUIRES_OK(ctx, ctx->input_list("dense_defaults", &dense_defaults)); in Compute()
183 OP_REQUIRES_OK(ctx, ctx->input_list("dense_defaults", &dense_defaults)); in Compute()
289 ctx->input_list("context_dense_keys", &context_dense_keys)); in Compute()
290 OP_REQUIRES_OK(ctx, ctx->input_list("feature_list_dense_keys", in Compute()
293 ctx, ctx->input_list("context_sparse_keys", &context_sparse_keys)); in Compute()
294 OP_REQUIRES_OK(ctx, ctx->input_list("feature_list_sparse_keys", in Compute()
296 OP_REQUIRES_OK(ctx, ctx->input_list("context_dense_defaults", in Compute()
Dsparse_concat_op.cc43 OP_REQUIRES_OK(context, context->input_list("indices", &inds)); in Compute()
53 OP_REQUIRES_OK(context, context->input_list("values", &vals)); in Compute()
65 OP_REQUIRES_OK(context, context->input_list("shapes", &shapes)); in Compute()
Dquantized_concat_op.cc170 OP_REQUIRES_OK(context, context->input_list("values", &values)); in Compute()
173 OP_REQUIRES_OK(context, context->input_list("input_mins", &input_mins)); in Compute()
179 OP_REQUIRES_OK(context, context->input_list("input_maxes", &input_maxes)); in Compute()
Dsparse_cross_op.cc302 OP_REQUIRES_OK(context, context->input_list("indices", &indices_list_in)); in Compute()
304 OP_REQUIRES_OK(context, context->input_list("values", &values_list_in)); in Compute()
306 OP_REQUIRES_OK(context, context->input_list("shapes", &shapes_list_in)); in Compute()
309 context->input_list("dense_inputs", &dense_list_in)); in Compute()
Didentity_n_op.h30 OP_REQUIRES_OK(context, context->input_list("input", &input)); in Compute()
Dqueue_ops.cc99 OP_REQUIRES_OK_ASYNC(ctx, ctx->input_list("components", &components), in ComputeAsync()
151 OP_REQUIRES_OK_ASYNC(ctx, ctx->input_list("components", &components), in ComputeAsync()
Ddynamic_stitch_op.cc81 OP_REQUIRES_OK(c, c->input_list("indices", indices_inputs)); in CheckArgsAndAllocateResult()
101 OP_REQUIRES_OK(c, c->input_list("data", data_inputs)); in CheckArgsAndAllocateResult()
/external/vixl/tools/test_generator/
Dparser.py238 input_list = generator.InputList([
243 return operand_list, input_list
320 def ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list, argument
360 mnemonics, operand_list, input_list, test_cases)
385 operand_list, input_list = ParseDescription(
390 input_list, json_test_file)
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dstats_accumulator_ops.cc423 OP_REQUIRES_OK(context, context->input_list("stats_accumulator_handles", in Compute()
427 context->input_list("partition_ids", &partition_ids_list)); in Compute()
431 context->input_list("feature_ids", &feature_ids_list)); in Compute()
433 OP_REQUIRES_OK(context, context->input_list("gradients", &gradients_list)); in Compute()
435 OP_REQUIRES_OK(context, context->input_list("hessians", &hessians_list)); in Compute()
487 OP_REQUIRES_OK(context, context->input_list("stats_accumulator_handles", in Compute()
491 context->input_list("partition_ids", &partition_ids_list)); in Compute()
495 context->input_list("feature_ids", &feature_ids_list)); in Compute()
497 OP_REQUIRES_OK(context, context->input_list("gradients", &gradients_list)); in Compute()
499 OP_REQUIRES_OK(context, context->input_list("hessians", &hessians_list)); in Compute()
Dquantile_ops.cc274 OP_REQUIRES_OK(context, context->input_list(kResourceHandlesName, in Compute()
277 OP_REQUIRES_OK(context, context->input_list(kSummariesName, &summary_list)); in Compute()
685 OP_REQUIRES_OK(context, context->input_list(kResourceHandlesName, in Compute()
872 OP_REQUIRES_OK(context, context->input_list(kDenseValuesName, in Compute()
876 context->input_list(kDenseBucketsName, &dense_buckets_list)); in Compute()
890 context->input_list(kSparseValuesName, in Compute()
894 OP_REQUIRES_OK(context, context->input_list(kSparseIndicesName, in Compute()
899 context, context->input_list(kSparseBucketsName, &sparse_buckets_list)); in Compute()
/external/freetype/src/tools/docmaker/
Dutils.py41 def sort_order_list( input_list, order_list ): argument
43 for id in input_list:
/external/tensorflow/tensorflow/python/layers/
Dbase.py620 input_list = nest.flatten(inputs)
623 in_deferred_mode = isinstance(input_list[0], _DeferredTensor)
628 ops._get_graph_from_inputs(input_list, graph=self.graph) # pylint: disable=protected-access
673 for x in input_list:
682 if input_list and self._dtype is None:
684 self._dtype = input_list[0].dtype.base_dtype.name
757 if x in input_list:
/external/tensorflow/tensorflow/python/data/kernel_tests/
Ddataset_from_generator_op_test.py105 input_list = list(generator())
123 block_length=len(input_list))
131 for elem in input_list:
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_graphs.py206 for input_list in self._input_lists:
207 if node_name not in input_list:
209 for inp in input_list[node_name]:
/external/tensorflow/tensorflow/contrib/layers/kernels/
Dsparse_feature_cross_kernel.cc346 OP_REQUIRES_OK(context, context->input_list("indices", &indices_list_in)); in Compute()
348 OP_REQUIRES_OK(context, context->input_list("values", &values_list_in)); in Compute()
350 OP_REQUIRES_OK(context, context->input_list("shapes", &shapes_list_in)); in Compute()
352 OP_REQUIRES_OK(context, context->input_list("dense", &dense_list_in)); in Compute()
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.cc78 std::vector<NodeBuilder::NodeOut> input_list({enter_input, next_input}); in CreateMerge() local
80 NodeBuilder builder = NodeBuilder(unique_name, "Merge").Input(input_list); in CreateMerge()
/external/tensorflow/tensorflow/core/kernels/data/
Dgroup_by_window_dataset_op.cc46 OP_REQUIRES_OK(ctx, ctx->input_list("key_func_other_arguments", in MakeDataset()
54 OP_REQUIRES_OK(ctx, ctx->input_list("reduce_func_other_arguments", in MakeDataset()
64 ctx->input_list("window_size_func_other_arguments", in MakeDataset()
Dscan_dataset_op.cc47 ctx->input_list("initial_state", &initial_state_inputs)); in MakeDataset()
55 OP_REQUIRES_OK(ctx, ctx->input_list("other_arguments", &inputs)); in MakeDataset()
Dpadded_batch_dataset_op.cc44 ctx->input_list("padded_shapes", &padded_shape_tensors)); in MakeDataset()
65 ctx->input_list("padding_values", &padding_values_list)); in MakeDataset()
Dtensor_queue_dataset_op.cc503 ctx->input_list("padded_shapes", &padded_shape_tensors)); in MakeDataset()
545 ctx->input_list("padding_values", &padding_values_list)); in MakeDataset()
610 OP_REQUIRES_OK(ctx, ctx->input_list("components", &components)); in Compute()
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
Dsdca_ops.py230 def _convert_n_to_tensor(self, input_list, as_ref=False): argument
232 return [internal_convert_to_tensor(x, as_ref=as_ref) for x in input_list]

123