Home
last modified time | relevance | path

Searched defs:output_index (Results 1 – 25 of 126) sorted by relevance

123456

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_input_output_alias_config.cc29 const ShapeIndex& output_index, int64 param_number, in SetUpAlias()
83 ShapeIndex output_index(entry.output_shape_index().begin(), in CreateFromProto() local
103 ForEachAlias([&](const ShapeIndex& output_index, const Alias& alias) { in ToString()
141 [&](const xla::ShapeIndex& output_index, absl::optional<Alias> alias) { in GetAliasedOutput()
160 [&](const ShapeIndex& output_index, absl::optional<Alias> aliased) { in ForEachAlias()
170 [&](const ShapeIndex& output_index, absl::optional<Alias> aliased) { in ForEachAliasWithStatus()
188 const Alias& alias) -> Status { in Verify()
Dhlo_input_output_alias_config_test.cc37 void expect_aliased(const ShapeIndex& output_index, int64 param_number, in expect_aliased()
54 void expect_not_aliased(const ShapeIndex& output_index, int64 param_number, in expect_not_aliased()
Doptimize_input_output_buffer_alias.cc75 const ShapeIndex& output_index = index; in Build() local
/external/libtextclassifier/native/utils/
Dtflite-model-executor.h125 TensorView<T> OutputView(const int output_index, in OutputView()
136 std::vector<T> Output(const int output_index, in Output()
Dtflite-model-executor.cc359 const int output_index, const tflite::Interpreter* interpreter) const { in Output() argument
372 const int output_index, const tflite::Interpreter* interpreter) const { in Output() argument
/external/tensorflow/tensorflow/tools/graph_transforms/
Dinsert_logging.cc81 int32 output_index; in InsertLogging() local
130 for (int output_index : node_outputs[node.name()]) { in InsertLogging() local
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_gpu.cu.cc80 const Index output_index = in SortedSegmentReductionCustomKernel() local
100 const Index output_index = in SortedSegmentReductionCustomKernel() local
123 const int64 output_index = in UnsortedSegmentCustomKernel() local
Dreduce_join_op.cc50 int64 output_index, const gtl::InlinedVector<int32, 8>& dim_list, in LinearSubIndexToFullIndex()
164 for (int64 output_index = 0; output_index < output_shape.num_elements(); in Compute() local
/external/tensorflow/tensorflow/core/kernels/data/
Doptional_ops.cc138 Status WriteOptionalWithValueToOutput(OpKernelContext* ctx, int output_index, in WriteOptionalWithValueToOutput()
150 Status WriteOptionalNoneToOutput(OpKernelContext* ctx, int output_index) { in WriteOptionalNoneToOutput()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dwrapped_tensor.h27 const int output_index; member
/external/XNNPACK/test/
Ddepth-to-space-operator-tester.h178 const size_t output_index = in TestNHWCxX32() local
244 const size_t output_index = in TestNCHW2NHWCxX32() local
Ddepthtospace-microkernel-tester.h131 const size_t output_index = in Test() local
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_operation_jni.cc83 jint output_index) { in Java_org_tensorflow_GraphOperation_shape()
133 jint output_index) { in Java_org_tensorflow_GraphOperation_dtype()
/external/python/cffi/c/
Dparse_c_type.c54 size_t output_index; member
813 int parse_c_type_from(struct _cffi_parse_info_s *info, size_t *output_index, in parse_c_type_from()
839 size_t output_index = 0; in parse_c_type() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h229 int output_index) { in BroadcastBinaryOpOutputShapeFn()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.proto19 int64 output_index = 2; field
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dspace_to_depth.h65 const int output_index = in SpaceToDepth() local
Ddepth_to_space.h66 const int output_index = in DepthToSpace() local
Dprelu.h45 int output_index = Offset(extended_output_shape, b, y, x, c); in BroadcastPrelu4DSlow() local
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dtf_framework_c_interface.cc41 int32_t output_index, in _mlir_ciface_tf_alloc()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto178 int64 output_index = 2; field
188 int64 output_index = 1; field
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunique_op.cc91 auto output_index = xla::GetTupleElement(param, 4); in BuildInnerLoopBody() local
133 auto output_index = xla::GetTupleElement(inner_loop, 4); in BuildOuterLoopBody() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dxla_sharding_util.cc378 for (int output_index = 0; output_index < cluster_func_output_index; in MapClusterOutputIndexWithRegionOutputIndex() local
507 const auto output_index = result_and_index.index(); in GetOutputTypesForLogicalDeviceComputation() local
543 const auto output_index = result_and_index.index(); in RemapOutputsFromLogicalDevices() local
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py506 def aggregate_and_return_name_for_output(self, fused_op_name, output_index, argument
626 def aggregate_and_return_name_for_output(self, fused_op_name, output_index, argument
911 def _tensorflow_output_name(tensor_name, output_index): argument
/external/tensorflow/tensorflow/lite/kernels/
Dgather_nd.cc94 int output_index = 0; in Prepare() local

123456