Home
last modified time | relevance | path

Searched refs:input_count (Results 1 – 25 of 46) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op.cc76 const int input_count = ctx->num_inputs(); in Compute() local
78 CHECK(input_count == graph_input_count && in Compute()
79 input_count == input_types_.size()) in Compute()
80 << "input_count = " << input_count in Compute()
Dmeta_support.h99 int input_count, const quint8* bias, int bias_count,
106 void Clamp(OpKernelContext* context, const quint8* input, int input_count,
Dmeta_support.cc347 int input_count, const quint8* bias, int bias_count, in QuantizedBiasAdd() argument
362 params.kernel.rows = input_count / bias_count; in QuantizedBiasAdd()
Dremote_fused_graph_execute_utils.cc773 int input_count = 0; in ClusterizeNodes() local
789 ++input_count; in ClusterizeNodes()
793 CHECK(input_count == 0 || input_count == node_in_edges_size) in ClusterizeNodes()
794 << "Invalid input_count(" << input_count << ", " in ClusterizeNodes()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dsoc_interface.h47 bool soc_interface_AllocateInOutNodeBuffers(int input_count, int* input_sizes,
81 void* soc_interface_SetOneNodeInputs(int input_count, const int* const node_id,
Dgraph_transferer_test.cc241 if (params.input_count() > 0) { in SanityCheckNodes()
245 EXPECT_EQ(params.input_count(), input_params->node_input_size()); in SanityCheckNodes()
334 EXPECT_EQ(3, params_conv->input_count()); in TEST_F()
360 EXPECT_EQ(3, params_max_pool->input_count()); in TEST_F()
Dhexagon_control_wrapper.cc279 const int input_count = std::get<1>(input_ptr_and_count); in SetupGraph() local
299 op_id, padding_id, input_ptr, input_count, in SetupGraph()
/external/tensorflow/tensorflow/lite/testing/op_tests/
Didentity.py44 input_count = (2 if parameters["op_to_use"] == "identity_n_with_2_inputs"
49 for _ in range(input_count)
/external/tensorflow/tensorflow/core/common_runtime/
Dimmutable_executor_state.h47 input_count(0), in FrameInfo()
57 int input_count; member
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.cc80 int input_count = InputCount(interpreter); in GetInputs() local
81 tensors.reserve(input_count); in GetInputs()
82 for (int index = 0; index < input_count; index++) { in GetInputs()
/external/brotli/c/tools/
Dbrotli.c106 size_t input_count; member
183 size_t input_count = 0; in ParseParams() local
216 input_count++; in ParseParams()
515 params->input_count = input_count; in ParseParams()
520 if (input_count > 1 && output_set) return COMMAND_INVALID; in ParseParams()
689 if (context->input_count == 0) { in NextFile()
1049 context.input_count = 0; in main()
/external/webrtc/modules/desktop_capture/
Ddesktop_region_unittest.cc293 int input_count; in TEST() member
340 r.AddRects(cases[i].input_rects, cases[i].input_count); in TEST()
345 for (int j = cases[i].input_count - 1; j >= 0; --j) { in TEST()
432 int input_count; in TEST() member
456 DesktopRegion r(cases[i].input_rects, cases[i].input_count); in TEST()
/external/tensorflow/tensorflow/core/framework/
Dgraph_transfer_info.proto23 int32 input_count = 6; field
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pass.c116 for (uint32_t j = 0; j < subpass->input_count; ++j) { in lvp_render_pass_compile()
212 subpass->input_count = desc->inputAttachmentCount; in lvp_CreateRenderPass()
/external/crosvm/devices/src/virtio/video/encoder/
Dlibvda_encoder.rs336 input_count, in read_event()
341 input_count, in read_event()
Dencoder.rs46 input_count: u32,
Dmod.rs228 input_count: u32, in require_input_buffers()
236 self.src_params.min_buffers = input_count; in require_input_buffers()
1331 input_count, in process_event()
1336 input_count, in process_event()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunique_op.cc153 int64 input_count = input_shape.dimensions(0); in DataOutputFastPath() local
170 auto shifted = xla::SliceInDim(sorted_data, 0, input_count - 1, in DataOutputFastPath()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pass.c78 for (uint32_t j = 0; j < subpass->input_count; j++) { in pass_find_subpass_range_for_attachments()
159 subpass->input_count = desc->inputAttachmentCount; in v3dv_CreateRenderPass()
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c274 for (uint32_t j = 0; j < subpass->input_count; ++j) { in radv_render_pass_compile()
394 subpass->input_count = desc->inputAttachmentCount; in radv_CreateRenderPass()
577 subpass->input_count = desc->inputAttachmentCount; in radv_CreateRenderPass2()
/external/tensorflow/tensorflow/compiler/tf2xla/
Drearrange_function_argument.cc132 Status ReorderOutputEdges(Graph* g, Node* n, int input_count, in ReorderOutputEdges() argument
149 if (new_src_output < input_count - resource_input_count) { in ReorderOutputEdges()
/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass.cc302 int input_count = absl::c_count_if( in ReplaceFunctionCallWithPartitionedCall() local
305 std::vector<Output> args(input_count); in ReplaceFunctionCallWithPartitionedCall()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c297 subpass->input_count = desc->inputAttachmentCount; in anv_CreateRenderPass()
538 subpass->input_count = desc->inputAttachmentCount; in anv_CreateRenderPass2()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h600 int64 input_count() const { return operand_count() / 2; } in input_count() function
604 return absl::MakeSpan(operands()).subspan(0, input_count()); in inputs()
609 return absl::MakeSpan(operands()).subspan(input_count(), operand_count()); in init_values()
1308 int64 input_count() const { return operand_count() / 2; } in input_count() function
1311 return absl::MakeSpan(operands()).subspan(0, input_count()); in input_arrays()
1315 return absl::MakeSpan(operands()).subspan(input_count(), operand_count()); in init_values()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc2702 int64 input_count = 1; in HandleReduce() local
2705 input_count = hlo->shape().tuple_shapes_size(); in HandleReduce()
2706 CHECK_GT(input_count, 0); in HandleReduce()
2719 for (int64 operand_id = 0; operand_id < input_count; ++operand_id) { in HandleReduce()
2720 inits.push_back(GetPartitionedHlo(hlo->operand(operand_id + input_count)) in HandleReduce()
2735 std::vector<Shape*> new_operand_shapes(input_count * 2); in HandleReduce()
2736 for (int64 i = 0; i < input_count; ++i) { in HandleReduce()
2738 new_operand_shapes[i + input_count] = inits[i]->mutable_shape(); in HandleReduce()
2746 std::vector<HloInstruction*> input_hlos(input_count); in HandleReduce()
2747 for (int64 i = 0; i < input_count; ++i) { in HandleReduce()
[all …]

12