HomeSort by relevance Sort by last modified time
    Searched defs:is_constant (Results 1 - 16 of 16) sorted by null

  /external/tensorflow/tensorflow/python/framework/
constant_op.py 224 def is_constant(tensor_or_op): function
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
retval_op.cc 51 auto is_constant = ctx->builder()->IsConstant(input); variable
52 if (!is_constant.ok()) {
53 ctx->SetStatus(is_constant.status());
58 if (input_shape.num_elements() == 0 || is_constant.ValueOrDie()) {
  /external/mesa3d/src/compiler/nir/
nir_search.h 58 bool is_constant; member in struct:__anon29332
75 * constraints to be placed on the match. Typically used for 'is_constant'
  /external/skia/src/core/
SkRasterPipelineBlitter.cpp 29 bool is_opaque, bool is_constant);
100 is_constant = true; local
103 is_opaque, is_constant);
107 bool is_constant = shader->isConstant(); local
115 is_opaque, is_constant);
124 is_opaque, is_constant);
136 bool is_constant = false; // If this were the case, it'd be better to just set a paint color. local
138 is_opaque, is_constant);
147 bool is_constant) {
172 // to zero. We need to decide if we're going to dither now to keep is_constant accurate
    [all...]
  /external/skqp/src/core/
SkRasterPipelineBlitter.cpp 29 bool is_opaque, bool is_constant);
100 is_constant = true; local
103 is_opaque, is_constant);
107 bool is_constant = shader->isConstant(); local
115 is_opaque, is_constant);
124 is_opaque, is_constant);
136 bool is_constant = false; // If this were the case, it'd be better to just set a paint color. local
138 is_opaque, is_constant);
147 bool is_constant) {
172 // to zero. We need to decide if we're going to dither now to keep is_constant accurate
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.h 179 bool is_constant = false; member in struct:tensorflow::XlaCompiler::OutputDescription
xla_op_kernel.cc 121 xla::StatusOr<bool> is_constant = builder()->IsConstant(handle); local
122 if (!is_constant.ok()) {
123 Status status = is_constant.status();
130 if (!is_constant.ValueOrDie()) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 535 unsigned int is_constant[2] = {0, 0}; local
560 is_constant[i] = 1;
564 if (is_constant[0] && is_constant[1])
  /external/skia/src/sksl/
SkSLCompiler.cpp 465 bool is_constant(const Expression& expr, double value) { function in namespace:SkSL
475 if (!is_constant(c.getVecComponent(i), value)) {
702 if (is_constant(*bin->fLeft, 1)) {
714 else if (is_constant(*bin->fLeft, 0)) {
729 else if (is_constant(*bin->fRight, 1)) {
741 else if (is_constant(*bin->fRight, 0)) {
758 if (is_constant(*bin->fLeft, 0)) {
769 } else if (is_constant(*bin->fRight, 0)) {
783 if (is_constant(*bin->fRight, 0)) {
797 if (is_constant(*bin->fRight, 1))
    [all...]
  /external/skqp/src/sksl/
SkSLCompiler.cpp 465 bool is_constant(const Expression& expr, double value) { function in namespace:SkSL
475 if (!is_constant(c.getVecComponent(i), value)) {
702 if (is_constant(*bin->fLeft, 1)) {
714 else if (is_constant(*bin->fLeft, 0)) {
729 else if (is_constant(*bin->fRight, 1)) {
741 else if (is_constant(*bin->fRight, 0)) {
758 if (is_constant(*bin->fLeft, 0)) {
769 } else if (is_constant(*bin->fRight, 0)) {
783 if (is_constant(*bin->fRight, 0)) {
797 if (is_constant(*bin->fRight, 1))
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp 1097 const auto is_constant = local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 936 inline bool is_constant(GepNode *N) { function in namespace:__anon27671
951 while (is_constant(N) && !(N->Flags & GepNode::Root)) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
user_computation.cc 2085 bool is_constant = true; local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 1955 bool is_constant; local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 783 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
785 val is_constant : llvalue -> bool var
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 639 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
641 val is_constant : llvalue -> bool var
    [all...]

Completed in 669 milliseconds