HomeSort by relevance Sort by last modified time
    Searched defs:constant_value (Results 1 - 25 of 31) sorted by null

1 2

  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compilation_device.h 86 const Tensor& constant_value() const { return constant_value_; } function in class:tensorflow::XlaExpression
95 // If this expression is a constant with a known value, 'constant_value' is a
xla_compiler.h 112 // * a constant: ignored; the shape given by constant_value is used
124 Tensor constant_value; member in struct:tensorflow::XlaCompiler::Argument
180 Tensor constant_value; member in struct:tensorflow::XlaCompiler::OutputDescription
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
utils.py 30 'constant_value',
142 def constant_value(value_or_tensor_or_var, dtype=None): function
167 value = tensor_util.constant_value(value_or_tensor_or_var)
211 pred_value = constant_value(pred)
  /external/tensorflow/tensorflow/python/layers/
utils.py 208 def constant_value(pred): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 256 int constant_value; member in struct:_IntConstantPair
405 tmp_obj = PyInt_FromLong(_int_constants[i].constant_value);
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 250 final CONSTANT_literal_info constant_value = ((ConstantValueAttribute_info) attr_info).getValue (m_table); local
251 if (constant_value instanceof CONSTANT_Long_info)
252 m_table.setDeclaredSUID (((CONSTANT_Long_info) constant_value).m_value);
  /external/python/cpython2/Modules/_sqlite/
module.c 256 int constant_value; member in struct:_IntConstantPair
405 tmp_obj = PyInt_FromLong(_int_constants[i].constant_value);
  /external/python/cpython3/Modules/_sqlite/
module.c 262 int constant_value; member in struct:_IntConstantPair
425 tmp_obj = PyLong_FromLong(_int_constants[i].constant_value);
  /external/tensorflow/tensorflow/python/framework/
tensor_util.py 698 start = constant_value(tensor.op.inputs[0])
701 limit = constant_value(tensor.op.inputs[1])
704 delta = constant_value(tensor.op.inputs[2])
709 pre_cast = constant_value(tensor.op.inputs[0])
715 dim = constant_value(tensor.op.inputs[0])
720 value = constant_value(x)
726 dim = constant_value(tensor.op.inputs[-1])
731 value = constant_value(x)
747 value = constant_value(x, partial)
754 fill_value = constant_value(tensor.op.inputs[1]
779 def constant_value(tensor, partial=False): # pylint: disable=invalid-name function
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 1336 Node* constant_value = jsgraph()->Constant(access_info.constant()); local
    [all...]
ast-graph-builder.cc 2801 Handle<Object> constant_value = isolate()->factory()->GlobalConstantFor(name); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
xtensa-relax.c 136 const char *operand_name; /* If null, then use constant_value. */
138 unsigned constant_value; member in struct:opname_map_e_struct
902 return m1->constant_value;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 4188 ir_constant *constant_value = rhs->constant_expression_value(); local
    [all...]
ir.h 725 * If so, constant_value contains an integer ir_constant representing the
957 ir_constant *constant_value; member in class:ir_variable
963 * This field and \c ::constant_value are distinct. Even if the two fields
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 631 int constant_value = 0; local
636 constant_value = constant->Integer32Value() & 0x1f;
639 if (instr->representation().IsSmi() && constant_value > 0) {
648 if (op == Token::SHR && constant_value == 0) {
1427 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 663 int constant_value = 0; local
668 constant_value = constant->Integer32Value() & 0x1f;
671 if (instr->representation().IsSmi() && constant_value > 0) {
680 if (op == Token::SHR && constant_value == 0) {
1475 int constant_value = local
    [all...]
lithium-codegen-ia32.cc 2660 int constant_value = ToInteger32(LConstantOperand::cast(key)); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 638 int constant_value = 0; local
643 constant_value = constant->Integer32Value() & 0x1f;
646 if (instr->representation().IsSmi() && constant_value > 0) {
655 if (op == Token::SHR && constant_value == 0) {
1419 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 638 int constant_value = 0; local
643 constant_value = constant->Integer32Value() & 0x1f;
646 if (instr->representation().IsSmi() && constant_value > 0) {
655 if (op == Token::SHR && constant_value == 0) {
1420 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 643 int constant_value = 0; local
648 constant_value = constant->Integer32Value() & 0x1f;
651 if (instr->representation().IsSmi() && constant_value > 0) {
660 if (op == Token::SHR && constant_value == 0) {
1441 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 576 int constant_value = 0; local
581 constant_value = constant->Integer32Value() & 0x1f;
584 if (instr->representation().IsSmi() && constant_value > 0) {
593 if (op == Token::SHR && constant_value == 0) {
1312 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 656 int constant_value = 0; local
661 constant_value = constant->Integer32Value() & 0x1f;
663 constant_value > 0) {
674 if (op == Token::SHR && constant_value == 0) {
1468 int constant_value = local
    [all...]
lithium-codegen-x64.cc 2858 int32_t constant_value = ToInteger32(LConstantOperand::cast(key)); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 661 int constant_value = 0; local
666 constant_value = constant->Integer32Value() & 0x1f;
669 if (instr->representation().IsSmi() && constant_value > 0) {
678 if (op == Token::SHR && constant_value == 0) {
1482 int constant_value = local
    [all...]
  /external/v8/src/
code-stub-assembler.cc 432 int32_t constant_value; local
433 if (ToInt32Constant(value, constant_value) && Smi::IsValid(constant_value)) {
434 return SmiConstant(Smi::FromInt(constant_value));
    [all...]

Completed in 779 milliseconds

1 2