Home
last modified time | relevance | path

Searched refs:ValueInferenceMode (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h152 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
155 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
160 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
163 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
168 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
173 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
176 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
182 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
185 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
190 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue);
[all …]
Dxla_op_kernel.cc141 xla::ValueInferenceMode mode) { in ConstantInput()
180 xla::ValueInferenceMode mode) { in ConstantInput()
187 xla::Literal* constant_literal, xla::ValueInferenceMode mode) { in ConstantInputReshaped()
235 int index, int64_t* out, xla::ValueInferenceMode mode) { in ConstantInputAsIntScalar()
242 absl::string_view name, int64_t* out, xla::ValueInferenceMode mode) { in ConstantInputAsIntScalar()
248 int index, double* out, xla::ValueInferenceMode mode) { in ConstantInputAsFloatScalar()
377 int index, std::vector<int64_t>* out, xla::ValueInferenceMode mode) { in ConstantInputAsIntVector()
385 xla::ValueInferenceMode mode) { in ConstantInputAsIntVector()
391 int index, std::vector<int64_t>* out, xla::ValueInferenceMode mode) { in ConstantInputReshapedToIntVector()
400 xla::ValueInferenceMode mode) { in ConstantInputReshapedToIntVector()
[all …]
Dxla_expression.cc155 xla::ValueInferenceMode mode) const { in ResolveConstant()
174 if (mode == xla::ValueInferenceMode::kLowerBound || in ResolveConstant()
175 mode == xla::ValueInferenceMode::kUpperBound || in ResolveConstant()
176 mode == xla::ValueInferenceMode::kValue) { in ResolveConstant()
Dxla_expression.h130 xla::ValueInferenceMode mode = xla::ValueInferenceMode::kValue) const;
/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.h69 enum ValueInferenceMode { enum
90 StatusOr<OptionalLiteral> AnalyzeConstant(XlaOp op, ValueInferenceMode mode);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpad_op.cc59 xla::ValueInferenceMode::kUpperBound)); in Compile()
118 total_size, xla::ValueInferenceMode::kUpperBound); in Compile()
Dbcast_ops.cc50 i, &shape, xla::ValueInferenceMode::kUpperBound)); in Compile()
106 i, &vec, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dconv_ops.cc109 xla::ValueInferenceMode::kUpperBound)); in Compile()
177 xla::ValueInferenceMode::kUpperBound)); in Compile()
Dconcat_op.cc160 1, &inp0_dims, xla::ValueInferenceMode::kUpperBound)); in Compile()
181 1 + i, &inp_dims, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dbroadcast_to_op.cc35 1, &output_shape, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dsequence_ops.cc92 0, &start, xla::ValueInferenceMode::kLowerBound)); in Compile()
94 1, &limit, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dfill_op.cc51 "dims", &dims, xla::ValueInferenceMode::kUpperBound)); in Compile()
Drandom_ops.cc50 0, &shape, xla::ValueInferenceMode::kUpperBound)); in Compile()
127 0, &shape, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dtopk_op.cc42 xla::ValueInferenceMode::kUpperBound) in Compile()
Dif_while_utils.cc49 xla::ValueInferenceMode::kUpperBound); in ConvertCompileTimeConstArgumentsToConst()
Dsparse_to_dense_op.cc46 1, &output_shape, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dtile_ops.cc70 xla::ValueInferenceMode::kUpperBound)); in Compile()
Dreshape_op.cc51 1, &shape_input, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dcategorical_op.cc48 1, &num_samples, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dsegment_reduction_ops.cc63 2, &num_segments, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dslice_op.cc187 dynamic_size, xla::ValueInferenceMode::kValue); in Compile()
Dtensor_list_ops.cc151 1, &num_elements, xla::ValueInferenceMode::kUpperBound)); in Compile()
223 1, &max_num_elements, xla::ValueInferenceMode::kUpperBound)); in Compile()
Dstateless_random_ops_v2.cc219 0, &shape, xla::ValueInferenceMode::kUpperBound)); in Compile()
402 0, &shape, xla::ValueInferenceMode::kUpperBound)); in Compile()
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dsegment_reduction_ops.cc53 2, &num_segments, xla::ValueInferenceMode::kUpperBound)); in Compile()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Ddynamic_shaped_ops.cc236 dimension_size, xla::ValueInferenceMode::kUpperBound); in SetDimensionSizeWithRebound()

12