Home
last modified time | relevance | path

Searched defs:is_constant (Results 1 – 23 of 23) sorted by relevance

/external/skqp/src/core/
DSkRasterPipelineBlitter.cpp104 is_constant = true; in SkCreateRasterPipelineBlitter() local
110 bool is_constant = shader->isConstant(); in SkCreateRasterPipelineBlitter() local
130 bool is_constant = false; // If this were the case, it'd be better to just set a paint color. in SkCreateRasterPipelineBlitter() local
140 bool is_constant) { in Create()
/external/skia/src/core/
DSkRasterPipelineBlitter.cpp104 is_constant = true; in SkCreateRasterPipelineBlitter() local
110 bool is_constant = shader->isConstant(); in SkCreateRasterPipelineBlitter() local
130 bool is_constant = false; // If this were the case, it'd be better to just set a paint color. in SkCreateRasterPipelineBlitter() local
140 bool is_constant) { in Create()
/external/tensorflow/tensorflow/core/ops/
Dcontrol_flow_ops.cc150 bool is_constant; in __anonad90f1540402() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime.h42 bool is_constant() const { return kind() == Kind::kConstant; } in is_constant() function
Dxla_compiler.h220 bool is_constant = false; member
/external/mesa3d/src/compiler/nir/
Dnir_search.h58 bool is_constant; member
/external/tensorflow/tensorflow/python/framework/
Dconstant_op.py293 def is_constant(tensor_or_op): function
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h120 bool is_constant() const { return is_constant_; } in is_constant() function
289 void set_constant(bool is_constant) { is_constant_ = is_constant; } in set_constant()
Dhlo.proto383 bool is_constant = 12; field
Dbuffer_assignment.cc1704 bool is_constant = false; in AssignColocatedBufferSets() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c535 unsigned int is_constant[2] = {0, 0}; in is_presub_candidate() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp361 const auto is_constant = in ValidateVariable() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp393 const auto is_constant = in ValidateVariable() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer_test.cc34 const bool is_constant, const int piterations, in AddEnterNode()
/external/skqp/src/sksl/
DSkSLCompiler.cpp517 bool is_constant(const Expression& expr, double value) { in is_constant() function
/external/skia/src/sksl/
DSkSLCompiler.cpp517 bool is_constant(const Expression& expr, double value) { in is_constant() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp946 inline bool is_constant(GepNode *N) { in is_constant() function
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp936 inline bool is_constant(GepNode *N) { in is_constant() function
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py211 is_constant=False, argument
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli641 val is_constant : llvalue -> bool val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli809 val is_constant : llvalue -> bool val
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli785 val is_constant : llvalue -> bool val
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2513 bool is_constant = true; in IsConstant() local