Home
last modified time | relevance | path

Searched defs:type_hint (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dsummary.proto15 string type_hint = 1; field
/external/v8/src/interpreter/
Dbytecode-generator.h291 static constexpr ToBooleanMode ToBooleanModeFromTypeHint(TypeHint type_hint) { in ToBooleanModeFromTypeHint()
Dbytecode-generator.cc600 TypeHint type_hint() const { return type_hint_; } in type_hint() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope
1673 TypeHint type_hint = VisitForAccumulatorValue(stmt->result_done()); in VisitForOfStatement() local
3858 TypeHint type_hint = VisitForAccumulatorValue(expr->expression()); in VisitNot() local
4184 TypeHint type_hint = VisitForAccumulatorValue(subexpr); in VisitArithmeticExpression() local
4208 TypeHint type_hint = VisitForAccumulatorValue(expr->first()); in VisitNaryArithmeticExpression() local
4445 TypeHint type_hint = VisitForAccumulatorValue(substitutions[i]); in VisitTemplateLiteral() local
4554 TypeHint type_hint = VisitForAccumulatorValue(expr); in VisitLogicalOrSubExpression() local
4572 TypeHint type_hint = VisitForAccumulatorValue(expr); in VisitLogicalAndSubExpression() local
5024 TypeHint type_hint; in VisitForTest() local