| /external/tensorflow/tensorflow/python/ops/ |
| control_flow_util.py | 76 return IsLoopEnter(op) and op.get_attr("is_constant")
|
| array_grad.py | 119 if constant_op.is_constant(concat_dim):
|
| /toolchain/binutils/binutils-2.27/gold/ |
| mapfile.cc | 141 case Symbol::IS_CONSTANT:
|
| symtab.cc | 180 this->source_ = IS_CONSTANT; 505 case IS_CONSTANT: 527 case IS_CONSTANT: [all...] |
| symtab.h | 88 IS_CONSTANT, 556 || this->source_ == IS_CONSTANT); [all...] |
| resolve.cc | [all...] |
| /external/mesa3d/src/compiler/nir/ |
| nir_algebraic.py | 86 ${'true' if val.is_constant else 'false'}, 167 self.is_constant = m.group('const') is not None
|
| nir_search.c | 153 if (var->is_constant && 494 assert(!var->is_constant);
|
| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| xla_compiler.cc | 642 output.is_constant = true; 671 output.is_constant = false;
|
| tf2xla.cc | 289 if (result.outputs[i].is_constant) {
|
| xla_compiler.h | 179 bool is_constant = false; member in struct:tensorflow::XlaCompiler::OutputDescription
|
| functionalize_control_flow.cc | 50 // Is the loop argument a loop-invariant value? Taken from the `is_constant` [all...] |
| /external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
| large_graph.pbtxt.html | [all...] |
| /external/tensorflow/tensorflow/compiler/jit/kernels/ |
| xla_launch_op.cc | 334 if (kernel->outputs[i].is_constant) {
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| service.cc | [all...] |
| user_computation.cc | 2085 bool is_constant = true; local [all...] |
| /external/tensorflow/tensorflow/compiler/xla/ |
| xla.proto | 389 bool is_constant = 1;
|
| /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/core/common_runtime/ |
| executor.cc | 1955 bool is_constant; local [all...] |
| /external/tensorflow/tensorflow/core/graph/ |
| graph_constructor_test.cc | 310 key: "is_constant" 551 key: "is_constant" 580 key: "is_constant" [all...] |
| /external/tensorflow/tensorflow/core/grappler/costs/ |
| virtual_scheduler_test.cc | 478 key: "is_constant" 507 key: "is_constant" [all...] |
| /external/tensorflow/tensorflow/python/kernel_tests/ |
| control_flow_ops_py_test.py | 145 enter_v = control_flow_ops._Enter(v, "foo_1", is_constant=True) 180 # If is_constant=True, the shape information should be propagated. 182 v, "frame1", is_constant=True) 187 v, "frame2", is_constant=False) [all...] |
| /external/tensorflow/tensorflow/compiler/xla/client/ |
| computation_builder.cc | [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...] |
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
| validate_id.cpp | 1097 const auto is_constant = local [all...] |